Inheritance: System.Windows.Controls.Control, IAddChild
示例#1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.bar = ((Odyssey.Controls.BreadcrumbBar)(target));
     
     #line 53 "..\..\Window1.xaml"
     this.bar.PathChanged += new System.Windows.RoutedPropertyChangedEventHandler<string>(this.bar_PathChanged);
     
     #line default
     #line hidden
     
     #line 54 "..\..\Window1.xaml"
     this.bar.SelectCompleted += new System.Windows.RoutedEventHandler(this.bar_Completed);
     
     #line default
     #line hidden
     return;
     case 2:
     this.btnOpen = ((System.Windows.Controls.Button)(target));
     
     #line 56 "..\..\Window1.xaml"
     this.btnOpen.Click += new System.Windows.RoutedEventHandler(this.btnOpen_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
示例#2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.bar = ((Odyssey.Controls.BreadcrumbBar)(target));
     return;
     }
     this._contentLoaded = true;
 }