markus / KCOM / obj / Release / Controls / CommantImage.g.cs @ 787a4489
이력 | 보기 | 이력해설 | 다운로드 (3.75 KB)
1 |
#pragma checksum "..\..\..\Controls\CommantImage.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4EBC425BD23F08BDE2D4E0E9B1C0F8A187491F50" |
---|---|
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 |
|
12 |
using IKCOM; |
13 |
using KCOM.Assets; |
14 |
using KCOM.Common; |
15 |
using KCOM.Common.Converter; |
16 |
using KCOM.Controls; |
17 |
using Microsoft.Expression.Interactivity.Core; |
18 |
using Microsoft.Expression.Interactivity.Input; |
19 |
using Microsoft.Expression.Interactivity.Layout; |
20 |
using Microsoft.Expression.Interactivity.Media; |
21 |
using System; |
22 |
using System.Diagnostics; |
23 |
using System.Windows; |
24 |
using System.Windows.Automation; |
25 |
using System.Windows.Controls; |
26 |
using System.Windows.Controls.Primitives; |
27 |
using System.Windows.Data; |
28 |
using System.Windows.Documents; |
29 |
using System.Windows.Ink; |
30 |
using System.Windows.Input; |
31 |
using System.Windows.Interactivity; |
32 |
using System.Windows.Markup; |
33 |
using System.Windows.Media; |
34 |
using System.Windows.Media.Animation; |
35 |
using System.Windows.Media.Effects; |
36 |
using System.Windows.Media.Imaging; |
37 |
using System.Windows.Media.Media3D; |
38 |
using System.Windows.Media.TextFormatting; |
39 |
using System.Windows.Navigation; |
40 |
using System.Windows.Shapes; |
41 |
using System.Windows.Shell; |
42 |
using Telerik.Windows.Controls.GridView; |
43 |
|
44 |
|
45 |
namespace KCOM.Controls { |
46 |
|
47 |
|
48 |
/// <summary> |
49 |
/// CommantImage |
50 |
/// </summary> |
51 |
public partial class CommantImage : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { |
52 |
|
53 |
|
54 |
#line 13 "..\..\..\Controls\CommantImage.xaml" |
55 |
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] |
56 |
internal System.Windows.Controls.Image MainImg; |
57 |
|
58 |
#line default |
59 |
#line hidden |
60 |
|
61 |
private bool _contentLoaded; |
62 |
|
63 |
/// <summary> |
64 |
/// InitializeComponent |
65 |
/// </summary> |
66 |
[System.Diagnostics.DebuggerNonUserCodeAttribute()] |
67 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
68 |
public void InitializeComponent() { |
69 |
if (_contentLoaded) { |
70 |
return; |
71 |
} |
72 |
_contentLoaded = true; |
73 |
System.Uri resourceLocater = new System.Uri("/KCOM;component/controls/commantimage.xaml", System.UriKind.Relative); |
74 |
|
75 |
#line 1 "..\..\..\Controls\CommantImage.xaml" |
76 |
System.Windows.Application.LoadComponent(this, resourceLocater); |
77 |
|
78 |
#line default |
79 |
#line hidden |
80 |
} |
81 |
|
82 |
[System.Diagnostics.DebuggerNonUserCodeAttribute()] |
83 |
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] |
84 |
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] |
85 |
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] |
86 |
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] |
87 |
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] |
88 |
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { |
89 |
switch (connectionId) |
90 |
{ |
91 |
case 1: |
92 |
this.MainImg = ((System.Windows.Controls.Image)(target)); |
93 |
return; |
94 |
} |
95 |
this._contentLoaded = true; |
96 |
} |
97 |
} |
98 |
} |
99 |
|