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