markus / Demo / obj / Debug / MainWindow.g.cs @ 787a4489
이력 | 보기 | 이력해설 | 다운로드 (4.08 KB)
1 |
#pragma checksum "..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5926E367B0B41F8536F56204E9FEC79E066E1D09" |
---|---|
2 |
//------------------------------------------------------------------------------ |
3 |
// <auto-generated> |
4 |
// 이 코드는 도구를 사용하여 생성되었습니다. |
5 |
// 런타임 버전:4.0.30319.42000 |
6 |
// |
7 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
8 |
// 이러한 변경 내용이 손실됩니다. |
9 |
// </auto-generated> |
10 |
//------------------------------------------------------------------------------ |
11 |
|
12 |
using Demo; |
13 |
using System; |
14 |
using System.Diagnostics; |
15 |
using System.Windows; |
16 |
using System.Windows.Automation; |
17 |
using System.Windows.Controls; |
18 |
using System.Windows.Controls.Primitives; |
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 |
using Telerik.Windows.Controls; |
34 |
using Telerik.Windows.Controls.Animation; |
35 |
using Telerik.Windows.Controls.Behaviors; |
36 |
using Telerik.Windows.Controls.Carousel; |
37 |
using Telerik.Windows.Controls.DragDrop; |
38 |
using Telerik.Windows.Controls.LayoutControl; |
39 |
using Telerik.Windows.Controls.Legend; |
40 |
using Telerik.Windows.Controls.Primitives; |
41 |
using Telerik.Windows.Controls.RadialMenu; |
42 |
using Telerik.Windows.Controls.TransitionEffects; |
43 |
using Telerik.Windows.Controls.TreeView; |
44 |
using Telerik.Windows.Controls.Wizard; |
45 |
using Telerik.Windows.Data; |
46 |
using Telerik.Windows.DragDrop; |
47 |
using Telerik.Windows.DragDrop.Behaviors; |
48 |
using Telerik.Windows.Input.Touch; |
49 |
using Telerik.Windows.Shapes; |
50 |
using ToggleSwitch; |
51 |
|
52 |
|
53 |
namespace Demo { |
54 |
|
55 |
|
56 |
/// <summary> |
57 |
/// MainWindow |
58 |
/// </summary> |
59 |
public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { |
60 |
|
61 |
|
62 |
#line 79 "..\..\MainWindow.xaml" |
63 |
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
64 |
internal ToggleSwitch.HorizontalToggleSwitch toggle; |
65 |
|
66 |
#line default |
67 |
#line hidden |
68 |
|
69 |
private bool _contentLoaded; |
70 |
|
71 |
/// <summary> |
72 |
/// InitializeComponent |
73 |
/// </summary> |
74 |
[System.Diagnostics.DebuggerNonUserCodeAttribute()] |
75 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
76 |
public void InitializeComponent() { |
77 |
if (_contentLoaded) { |
78 |
return; |
79 |
} |
80 |
_contentLoaded = true; |
81 |
System.Uri resourceLocater = new System.Uri("/Demo;component/mainwindow.xaml", System.UriKind.Relative); |
82 |
|
83 |
#line 1 "..\..\MainWindow.xaml" |
84 |
System.Windows.Application.LoadComponent(this, resourceLocater); |
85 |
|
86 |
#line default |
87 |
#line hidden |
88 |
} |
89 |
|
90 |
[System.Diagnostics.DebuggerNonUserCodeAttribute()] |
91 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
92 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] |
93 |
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] |
94 |
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] |
95 |
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] |
96 |
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { |
97 |
switch (connectionId) |
98 |
{ |
99 |
case 1: |
100 |
this.toggle = ((ToggleSwitch.HorizontalToggleSwitch)(target)); |
101 |
return; |
102 |
} |
103 |
this._contentLoaded = true; |
104 |
} |
105 |
} |
106 |
} |
107 |
|