markus / TEST_WPF / obj / Debug / Box.g.i.cs @ b05da22f
이력 | 보기 | 이력해설 | 다운로드 (2.93 KB)
1 |
#pragma checksum "..\..\Box.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "CA1F86223C18F99D46CCA18A22F43FA50CDE3727" |
---|---|
2 |
//------------------------------------------------------------------------------ |
3 |
// <auto-generated> |
4 |
// 이 코드는 도구를 사용하여 생성되었습니다. |
5 |
// 런타임 버전:4.0.30319.42000 |
6 |
// |
7 |
// 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, 코드를 다시 생성하면 |
8 |
// 이러한 변경 내용이 손실됩니다. |
9 |
// </auto-generated> |
10 |
//------------------------------------------------------------------------------ |
11 |
|
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 |
using TEST_WPF; |
33 |
|
34 |
|
35 |
namespace TEST_WPF { |
36 |
|
37 |
|
38 |
/// <summary> |
39 |
/// Box |
40 |
/// </summary> |
41 |
public partial class Box : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { |
42 |
|
43 |
private bool _contentLoaded; |
44 |
|
45 |
/// <summary> |
46 |
/// InitializeComponent |
47 |
/// </summary> |
48 |
[System.Diagnostics.DebuggerNonUserCodeAttribute()] |
49 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
50 |
public void InitializeComponent() { |
51 |
if (_contentLoaded) { |
52 |
return; |
53 |
} |
54 |
_contentLoaded = true; |
55 |
System.Uri resourceLocater = new System.Uri("/TEST_WPF;component/box.xaml", System.UriKind.Relative); |
56 |
|
57 |
#line 1 "..\..\Box.xaml" |
58 |
System.Windows.Application.LoadComponent(this, resourceLocater); |
59 |
|
60 |
#line default |
61 |
#line hidden |
62 |
} |
63 |
|
64 |
[System.Diagnostics.DebuggerNonUserCodeAttribute()] |
65 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
66 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] |
67 |
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] |
68 |
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] |
69 |
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] |
70 |
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { |
71 |
this._contentLoaded = true; |
72 |
} |
73 |
} |
74 |
} |
75 |
|