LeakCheckView.g.i.cs 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. #pragma checksum "..\..\..\..\Views\LeakCheckView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F19E4E8F74EBBEF9EBD6D697CECA214EC07ACEEBDB60FCF2C64644B8481C7330"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  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. namespace Aitex.Triton160.UI.Views {
  32. /// <summary>
  33. /// LeakCheckView
  34. /// </summary>
  35. public partial class LeakCheckView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  36. #line 8 "..\..\..\..\Views\LeakCheckView.xaml"
  37. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  38. internal System.Windows.Controls.Grid grid;
  39. #line default
  40. #line hidden
  41. private bool _contentLoaded;
  42. /// <summary>
  43. /// InitializeComponent
  44. /// </summary>
  45. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  46. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  47. public void InitializeComponent() {
  48. if (_contentLoaded) {
  49. return;
  50. }
  51. _contentLoaded = true;
  52. System.Uri resourceLocater = new System.Uri("/Triton160UI;component/views/leakcheckview.xaml", System.UriKind.Relative);
  53. #line 1 "..\..\..\..\Views\LeakCheckView.xaml"
  54. System.Windows.Application.LoadComponent(this, resourceLocater);
  55. #line default
  56. #line hidden
  57. }
  58. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  59. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  60. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  63. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  64. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  65. switch (connectionId)
  66. {
  67. case 1:
  68. this.grid = ((System.Windows.Controls.Grid)(target));
  69. return;
  70. case 2:
  71. #line 106 "..\..\..\..\Views\LeakCheckView.xaml"
  72. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  73. #line default
  74. #line hidden
  75. return;
  76. case 3:
  77. #line 113 "..\..\..\..\Views\LeakCheckView.xaml"
  78. ((System.Windows.Controls.TextBox)(target)).PreviewTextInput += new System.Windows.Input.TextCompositionEventHandler(this.OnPreviewTextInput);
  79. #line default
  80. #line hidden
  81. return;
  82. }
  83. this._contentLoaded = true;
  84. }
  85. }
  86. }