You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

142 lines
5.7 KiB

  1. #pragma checksum "..\..\..\..\WPF.UiLibrary\VirtualTextBox.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "87ABC10BDBDB6A93D51AEDA2AAE63AEC239D7E0B"
  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 DamnOverSharp.WPF.UiLibrary;
  12. using System;
  13. using System.Diagnostics;
  14. using System.Windows;
  15. using System.Windows.Automation;
  16. using System.Windows.Controls;
  17. using System.Windows.Controls.Primitives;
  18. using System.Windows.Controls.Ribbon;
  19. using System.Windows.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Ink;
  22. using System.Windows.Input;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Effects;
  27. using System.Windows.Media.Imaging;
  28. using System.Windows.Media.Media3D;
  29. using System.Windows.Media.TextFormatting;
  30. using System.Windows.Navigation;
  31. using System.Windows.Shapes;
  32. using System.Windows.Shell;
  33. namespace DamnOverSharp.WPF.UiLibrary {
  34. /// <summary>
  35. /// VirtualTextBox
  36. /// </summary>
  37. public partial class VirtualTextBox : DamnOverSharp.WPF.UiLibrary.VirtualControlBase, System.Windows.Markup.IComponentConnector {
  38. #line 8 "..\..\..\..\WPF.UiLibrary\VirtualTextBox.xaml"
  39. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  40. internal System.Windows.Controls.Border border;
  41. #line default
  42. #line hidden
  43. #line 9 "..\..\..\..\WPF.UiLibrary\VirtualTextBox.xaml"
  44. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  45. internal System.Windows.Controls.Grid contentArea;
  46. #line default
  47. #line hidden
  48. #line 14 "..\..\..\..\WPF.UiLibrary\VirtualTextBox.xaml"
  49. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  50. internal System.Windows.Controls.Grid content;
  51. #line default
  52. #line hidden
  53. #line 15 "..\..\..\..\WPF.UiLibrary\VirtualTextBox.xaml"
  54. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  55. internal System.Windows.Controls.StackPanel characters;
  56. #line default
  57. #line hidden
  58. #line 18 "..\..\..\..\WPF.UiLibrary\VirtualTextBox.xaml"
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  60. internal System.Windows.Shapes.Rectangle caret;
  61. #line default
  62. #line hidden
  63. private bool _contentLoaded;
  64. /// <summary>
  65. /// InitializeComponent
  66. /// </summary>
  67. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  68. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
  69. public void InitializeComponent() {
  70. if (_contentLoaded) {
  71. return;
  72. }
  73. _contentLoaded = true;
  74. System.Uri resourceLocater = new System.Uri("/DamnOverSharp;component/wpf.uilibrary/virtualtextbox.xaml", System.UriKind.Relative);
  75. #line 1 "..\..\..\..\WPF.UiLibrary\VirtualTextBox.xaml"
  76. System.Windows.Application.LoadComponent(this, resourceLocater);
  77. #line default
  78. #line hidden
  79. }
  80. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  81. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
  82. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  83. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  84. return System.Delegate.CreateDelegate(delegateType, this, handler);
  85. }
  86. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  87. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "8.0.1.0")]
  88. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  89. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  90. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  91. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  92. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  93. switch (connectionId)
  94. {
  95. case 1:
  96. this.border = ((System.Windows.Controls.Border)(target));
  97. return;
  98. case 2:
  99. this.contentArea = ((System.Windows.Controls.Grid)(target));
  100. return;
  101. case 3:
  102. this.content = ((System.Windows.Controls.Grid)(target));
  103. return;
  104. case 4:
  105. this.characters = ((System.Windows.Controls.StackPanel)(target));
  106. return;
  107. case 5:
  108. this.caret = ((System.Windows.Shapes.Rectangle)(target));
  109. return;
  110. }
  111. this._contentLoaded = true;
  112. }
  113. }
  114. }