2 instantiations of ToolBarTray
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10392bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.ToolBarTray(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1614case KnownElements.ToolBarTray: o = new System.Windows.Controls.ToolBarTray(); break;
23 references to ToolBarTray
PresentationFramework (23)
src\Framework\System\Windows\Controls\ToolBar.cs (3)
125ToolBarTray toolBarTray = ((ToolBar) d).ToolBarTray; 735private ToolBarTray ToolBarTray 739return Parent as ToolBarTray;
src\Framework\System\Windows\Controls\ToolBarTray.cs (13)
50DefaultStyleKeyProperty.OverrideMetadata(typeof(ToolBarTray), new FrameworkPropertyMetadata(typeof(ToolBarTray))); 51_dType = DependencyObjectType.FromSystemTypeInternal(typeof(ToolBarTray)); 54EventManager.RegisterClassHandler(typeof(ToolBarTray), Thumb.DragDeltaEvent, new DragDeltaEventHandler(OnThumbDragDelta)); 55KeyboardNavigation.ControlTabNavigationProperty.OverrideMetadata(typeof(ToolBarTray), new FrameworkPropertyMetadata(KeyboardNavigationMode.Cycle)); 81Panel.BackgroundProperty.AddOwner(typeof(ToolBarTray), 102typeof(ToolBarTray), 112Collection<ToolBar> toolbarCollection = ((ToolBarTray)d).ToolBars; 136typeof(ToolBarTray), 198public ToolBarCollection(ToolBarTray parent) 260private readonly ToolBarTray _parent; 513ToolBarTray toolBarTray = (ToolBarTray)sender;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
764case 672: t = () => typeof(ToolBarTray); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5953Type type = typeof(System.Windows.Controls.ToolBarTray); 5955this.GetXamlType(typeof(System.Windows.Controls.ToolBarTray)), // DeclaringType 5961bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.ToolBarTray)target).ToolBars; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10390typeof(System.Windows.Controls.ToolBarTray),
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
2528case KnownElements.ToolBarTray: return (o as System.Windows.Controls.ToolBarTray).ToolBars; 6216case KnownElements.ToolBarTray: t = typeof(System.Windows.Controls.ToolBarTray); break;