DataDisplayFrame.g.cs 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. #pragma checksum "..\..\..\..\Charting\View\DataDisplayFrame.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "01C79885804C7AF319F4FB4D704CF0A30E10C953E7C3D44793B77736BDA7C27E"
  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 Aitex.UI.Charting.View;
  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.Data;
  19. using System.Windows.Documents;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Markup;
  23. using System.Windows.Media;
  24. using System.Windows.Media.Animation;
  25. using System.Windows.Media.Effects;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Media.Media3D;
  28. using System.Windows.Media.TextFormatting;
  29. using System.Windows.Navigation;
  30. using System.Windows.Shapes;
  31. using System.Windows.Shell;
  32. namespace Aitex.UI.Charting.View {
  33. /// <summary>
  34. /// DataDisplayFrame
  35. /// </summary>
  36. public partial class DataDisplayFrame : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  37. #line 13 "..\..\..\..\Charting\View\DataDisplayFrame.xaml"
  38. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  39. internal System.Windows.Controls.RowDefinition dataCfgViewRow;
  40. #line default
  41. #line hidden
  42. private bool _contentLoaded;
  43. /// <summary>
  44. /// InitializeComponent
  45. /// </summary>
  46. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  47. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  48. public void InitializeComponent() {
  49. if (_contentLoaded) {
  50. return;
  51. }
  52. _contentLoaded = true;
  53. System.Uri resourceLocater = new System.Uri("/DataAnalysisControl;component/charting/view/datadisplayframe.xaml", System.UriKind.Relative);
  54. #line 1 "..\..\..\..\Charting\View\DataDisplayFrame.xaml"
  55. System.Windows.Application.LoadComponent(this, resourceLocater);
  56. #line default
  57. #line hidden
  58. }
  59. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  60. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  62. internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
  63. return System.Delegate.CreateDelegate(delegateType, this, handler);
  64. }
  65. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  66. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  67. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  68. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  70. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  71. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  72. switch (connectionId)
  73. {
  74. case 1:
  75. this.dataCfgViewRow = ((System.Windows.Controls.RowDefinition)(target));
  76. return;
  77. }
  78. this._contentLoaded = true;
  79. }
  80. }
  81. }