Microscopic Traffic Simulator
CanvasUserControl.g.i.cs
Go to the documentation of this file.
1 #pragma checksum "..\..\..\..\Views\MainWindowView\CanvasUserControl.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "49A4077B045D8CBD0469733352FD327B"
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 
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 
34 
35 namespace Microscopic_Traffic_Simulator.Views.MainWindowView {
36 
37 
41  public partial class CanvasUserControl : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
42 
43 
44  #line 10 "..\..\..\..\Views\MainWindowView\CanvasUserControl.xaml"
45  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
47 
48  #line default
49  #line hidden
50 
51  private bool _contentLoaded;
52 
56  [System.Diagnostics.DebuggerNonUserCodeAttribute()]
57  [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
58  public void InitializeComponent() {
59  if (_contentLoaded) {
60  return;
61  }
62  _contentLoaded = true;
63  System.Uri resourceLocater = new System.Uri("/Microscopic Traffic Simulator;component/views/mainwindowview/canvasusercontrol.x" +
64  "aml", System.UriKind.Relative);
65 
66  #line 1 "..\..\..\..\Views\MainWindowView\CanvasUserControl.xaml"
67  System.Windows.Application.LoadComponent(this, resourceLocater);
68 
69  #line default
70  #line hidden
71  }
72 
73  [System.Diagnostics.DebuggerNonUserCodeAttribute()]
74  [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
75  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
76  internal System.Delegate _CreateDelegate(System.Type delegateType, string handler) {
77  return System.Delegate.CreateDelegate(delegateType, this, handler);
78  }
79 
80  [System.Diagnostics.DebuggerNonUserCodeAttribute()]
81  [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
82  [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
83  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
84  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
85  [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
86  void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
87  switch (connectionId)
88  {
89  case 1:
90 
91  #line 9 "..\..\..\..\Views\MainWindowView\CanvasUserControl.xaml"
92  ((Microscopic_Traffic_Simulator.Views.MainWindowView.CanvasUserControl)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
93 
94  #line default
95  #line hidden
96  return;
97  case 2:
98  this.topologyCanvas = ((Microscopic_Traffic_Simulator.Views.MainWindowView.TopologyCanvas)(target));
99  return;
100  }
101  this._contentLoaded = true;
102  }
103  }
104 }
105