Нет описания

DebugWindow.g.i.cs 3.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. #pragma checksum "..\..\..\DebugWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EBFC72961BBC84D4D1566CB771969556"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.235
  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 WpfLocalization;
  32. namespace WpfApplication19 {
  33. /// <summary>
  34. /// DebugWindow
  35. /// </summary>
  36. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  37. public partial class DebugWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  38. #line 4 "..\..\..\DebugWindow.xaml"
  39. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  40. internal WpfApplication19.DebugWindow OutputWindow;
  41. #line default
  42. #line hidden
  43. private bool _contentLoaded;
  44. /// <summary>
  45. /// InitializeComponent
  46. /// </summary>
  47. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  48. public void InitializeComponent() {
  49. if (_contentLoaded) {
  50. return;
  51. }
  52. _contentLoaded = true;
  53. System.Uri resourceLocater = new System.Uri("/WpfApplication19;component/debugwindow.xaml", System.UriKind.Relative);
  54. #line 1 "..\..\..\DebugWindow.xaml"
  55. System.Windows.Application.LoadComponent(this, resourceLocater);
  56. #line default
  57. #line hidden
  58. }
  59. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  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.OutputWindow = ((WpfApplication19.DebugWindow)(target));
  69. return;
  70. }
  71. this._contentLoaded = true;
  72. }
  73. }
  74. }