2 instantiations of ToolBarTray
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10396
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
ToolBarTray
(); };
System\Windows\Markup\KnownTypes.cs (1)
1613
case KnownElements.ToolBarTray: o = new System.Windows.Controls.
ToolBarTray
(); break;
23 references to ToolBarTray
PresentationFramework (23)
System\Windows\Controls\ToolBar.cs (3)
124
ToolBarTray
toolBarTray = ((ToolBar) d).ToolBarTray;
725
private
ToolBarTray
ToolBarTray
729
return Parent as
ToolBarTray
;
System\Windows\Controls\ToolBarTray.cs (13)
49
DefaultStyleKeyProperty.OverrideMetadata(typeof(
ToolBarTray
), new FrameworkPropertyMetadata(typeof(
ToolBarTray
)));
50
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
ToolBarTray
));
53
EventManager.RegisterClassHandler(typeof(
ToolBarTray
), Thumb.DragDeltaEvent, new DragDeltaEventHandler(OnThumbDragDelta));
54
KeyboardNavigation.ControlTabNavigationProperty.OverrideMetadata(typeof(
ToolBarTray
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Cycle));
80
Panel.BackgroundProperty.AddOwner(typeof(
ToolBarTray
),
101
typeof(
ToolBarTray
),
111
Collection<ToolBar> toolbarCollection = ((
ToolBarTray
)d).ToolBars;
135
typeof(
ToolBarTray
),
191
public ToolBarCollection(
ToolBarTray
parent)
253
private readonly
ToolBarTray
_parent;
502
ToolBarTray
toolBarTray = (
ToolBarTray
)sender;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
768
case 672: t = () => typeof(
ToolBarTray
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5995
Type type = typeof(System.Windows.Controls.
ToolBarTray
);
5997
this.GetXamlType(typeof(System.Windows.Controls.
ToolBarTray
)), // DeclaringType
6003
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.
ToolBarTray
)target).ToolBars; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10394
typeof(System.Windows.Controls.
ToolBarTray
),
System\Windows\Markup\KnownTypes.cs (2)
2535
case KnownElements.ToolBarTray: return (o as System.Windows.Controls.
ToolBarTray
).ToolBars;
6226
case KnownElements.ToolBarTray: t = typeof(System.Windows.Controls.
ToolBarTray
); break;