Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2287 - 1
#pragma checksum "..\..\..\..\GMap.NET.WindowsPresentation\GMapCustomMarkers\CustomMarkerCopter.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "E9585AE00E8D65D861CCFFF4BF07524B"
2
//------------------------------------------------------------------------------
3
// <auto-generated>
4
//     Dieser Code wurde von einem Tool generiert.
5
//     Laufzeitversion:4.0.30319.42000
6
//
7
//     Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
8
//     der Code erneut generiert wird.
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
 
32
 
33
namespace MKLiveView.GMapCustomMarkers {
34
 
35
 
36
    /// <summary>
37
    /// CustomMarkerCopter
38
    /// </summary>
39
    public partial class CustomMarkerCopter : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
40
 
41
 
42
        #line 7 "..\..\..\..\GMap.NET.WindowsPresentation\GMapCustomMarkers\CustomMarkerCopter.xaml"
43
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
44
        internal System.Windows.Controls.Image icon;
45
 
46
        #line default
47
        #line hidden
48
 
49
 
50
        #line 8 "..\..\..\..\GMap.NET.WindowsPresentation\GMapCustomMarkers\CustomMarkerCopter.xaml"
51
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
52
        internal System.Windows.Controls.Label lbl;
53
 
54
        #line default
55
        #line hidden
56
 
57
        private bool _contentLoaded;
58
 
59
        /// <summary>
60
        /// InitializeComponent
61
        /// </summary>
62
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
63
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
64
        public void InitializeComponent() {
65
            if (_contentLoaded) {
66
                return;
67
            }
68
            _contentLoaded = true;
69
            System.Uri resourceLocater = new System.Uri("/GMap.NET.WindowsPresentation;component/gmap.net.windowspresentation/gmapcustomma" +
70
                    "rkers/custommarkercopter.xaml", System.UriKind.Relative);
71
 
72
            #line 1 "..\..\..\..\GMap.NET.WindowsPresentation\GMapCustomMarkers\CustomMarkerCopter.xaml"
73
            System.Windows.Application.LoadComponent(this, resourceLocater);
74
 
75
            #line default
76
            #line hidden
77
        }
78
 
79
        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
80
        [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
81
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
82
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
83
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
84
        [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
85
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
86
            switch (connectionId)
87
            {
88
            case 1:
89
            this.icon = ((System.Windows.Controls.Image)(target));
90
            return;
91
            case 2:
92
            this.lbl = ((System.Windows.Controls.Label)(target));
93
            return;
94
            }
95
            this._contentLoaded = true;
96
        }
97
    }
98
}
99