7 references to ToolBarTray
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1613
case KnownElements.
ToolBarTray
: o = new System.Windows.Controls.ToolBarTray(); break;
2353
return KnownElements.
ToolBarTray
;
2535
case KnownElements.
ToolBarTray
: return (o as System.Windows.Controls.ToolBarTray).ToolBars;
2786
case KnownElements.
ToolBarTray
:
3573
case KnownElements.
ToolBarTray
:
4380
case KnownElements.
ToolBarTray
:
6226
case KnownElements.
ToolBarTray
: t = typeof(System.Windows.Controls.ToolBarTray); break;