/WPF Dialogs/obj/Debug/DialogControls/FolderBrowse.g.i.cs

# · C# · 138 lines · 96 code · 27 blank · 15 comment · 2 complexity · 9fc13f21ffbb78b31724674280999d4e MD5 · raw file

  1. #pragma checksum "..\..\..\DialogControls\FolderBrowse.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "828E5B8330587E23310A229195ED21EE"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30128.1
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using System;
  12. using System.Diagnostics;
  13. using System.Windows;
  14. using System.Windows.Automation;
  15. using System.Windows.Controls;
  16. using System.Windows.Controls.Primitives;
  17. using System.Windows.Data;
  18. using System.Windows.Documents;
  19. using System.Windows.Ink;
  20. using System.Windows.Input;
  21. using System.Windows.Markup;
  22. using System.Windows.Media;
  23. using System.Windows.Media.Animation;
  24. using System.Windows.Media.Effects;
  25. using System.Windows.Media.Imaging;
  26. using System.Windows.Media.Media3D;
  27. using System.Windows.Media.TextFormatting;
  28. using System.Windows.Navigation;
  29. using System.Windows.Shapes;
  30. using System.Windows.Shell;
  31. using WPF_Dialogs.Custom_Controls;
  32. namespace WPF_Dialogs.DialogControls {
  33. /// <summary>
  34. /// FolderBrowse
  35. /// </summary>
  36. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  37. public partial class FolderBrowse : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  38. #line 10 "..\..\..\DialogControls\FolderBrowse.xaml"
  39. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  40. internal WPF_Dialogs.Custom_Controls.DialogButton buttonOK;
  41. #line default
  42. #line hidden
  43. #line 11 "..\..\..\DialogControls\FolderBrowse.xaml"
  44. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  45. internal WPF_Dialogs.Custom_Controls.DialogButton buttonCancel;
  46. #line default
  47. #line hidden
  48. #line 12 "..\..\..\DialogControls\FolderBrowse.xaml"
  49. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  50. internal System.Windows.Controls.Canvas canvas1;
  51. #line default
  52. #line hidden
  53. #line 13 "..\..\..\DialogControls\FolderBrowse.xaml"
  54. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  55. internal System.Windows.Controls.TreeView treeViewFolders;
  56. #line default
  57. #line hidden
  58. #line 15 "..\..\..\DialogControls\FolderBrowse.xaml"
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  60. internal System.Windows.Controls.Button buttonNewFolder;
  61. #line default
  62. #line hidden
  63. private bool _contentLoaded;
  64. /// <summary>
  65. /// InitializeComponent
  66. /// </summary>
  67. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  68. public void InitializeComponent() {
  69. if (_contentLoaded) {
  70. return;
  71. }
  72. _contentLoaded = true;
  73. System.Uri resourceLocater = new System.Uri("/WPF Dialogs;component/dialogcontrols/folderbrowse.xaml", System.UriKind.Relative);
  74. #line 1 "..\..\..\DialogControls\FolderBrowse.xaml"
  75. System.Windows.Application.LoadComponent(this, resourceLocater);
  76. #line default
  77. #line hidden
  78. }
  79. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  80. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  81. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  82. return System.Delegate.CreateDelegate(delegateType, this, handler);
  83. }
  84. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  85. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  86. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  87. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  88. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  89. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  90. switch (connectionId)
  91. {
  92. case 1:
  93. this.buttonOK = ((WPF_Dialogs.Custom_Controls.DialogButton)(target));
  94. return;
  95. case 2:
  96. this.buttonCancel = ((WPF_Dialogs.Custom_Controls.DialogButton)(target));
  97. return;
  98. case 3:
  99. this.canvas1 = ((System.Windows.Controls.Canvas)(target));
  100. return;
  101. case 4:
  102. this.treeViewFolders = ((System.Windows.Controls.TreeView)(target));
  103. return;
  104. case 5:
  105. this.buttonNewFolder = ((System.Windows.Controls.Button)(target));
  106. return;
  107. }
  108. this._contentLoaded = true;
  109. }
  110. }
  111. }