2 instantiations of ToolBarTray
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10394bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.ToolBarTray(); };
System\Windows\Markup\KnownTypes.cs (1)
1613case KnownElements.ToolBarTray: o = new System.Windows.Controls.ToolBarTray(); break;
23 references to ToolBarTray
PresentationFramework (23)
System\Windows\Controls\ToolBar.cs (3)
115ToolBarTray toolBarTray = ((ToolBar) d).ToolBarTray; 716private ToolBarTray ToolBarTray 720return Parent as ToolBarTray;
System\Windows\Controls\ToolBarTray.cs (13)
41DefaultStyleKeyProperty.OverrideMetadata(typeof(ToolBarTray), new FrameworkPropertyMetadata(typeof(ToolBarTray))); 42_dType = DependencyObjectType.FromSystemTypeInternal(typeof(ToolBarTray)); 45EventManager.RegisterClassHandler(typeof(ToolBarTray), Thumb.DragDeltaEvent, new DragDeltaEventHandler(OnThumbDragDelta)); 46KeyboardNavigation.ControlTabNavigationProperty.OverrideMetadata(typeof(ToolBarTray), new FrameworkPropertyMetadata(KeyboardNavigationMode.Cycle)); 72Panel.BackgroundProperty.AddOwner(typeof(ToolBarTray), 93typeof(ToolBarTray), 103Collection<ToolBar> toolbarCollection = ((ToolBarTray)d).ToolBars; 127typeof(ToolBarTray), 183public ToolBarCollection(ToolBarTray parent) 245private readonly ToolBarTray _parent; 494ToolBarTray toolBarTray = (ToolBarTray)sender;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
766case 672: t = () => typeof(ToolBarTray); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5993Type type = typeof(System.Windows.Controls.ToolBarTray); 5995this.GetXamlType(typeof(System.Windows.Controls.ToolBarTray)), // DeclaringType 6001bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.ToolBarTray)target).ToolBars; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10392typeof(System.Windows.Controls.ToolBarTray),
System\Windows\Markup\KnownTypes.cs (2)
2535case KnownElements.ToolBarTray: return (o as System.Windows.Controls.ToolBarTray).ToolBars; 6226case KnownElements.ToolBarTray: t = typeof(System.Windows.Controls.ToolBarTray); break;