7 references to ToolBarTray
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1607
case KnownElements.
ToolBarTray
: o = new System.Windows.Controls.ToolBarTray(); break;
2347
return KnownElements.
ToolBarTray
;
2529
case KnownElements.
ToolBarTray
: return (o as System.Windows.Controls.ToolBarTray).ToolBars;
2780
case KnownElements.
ToolBarTray
:
3567
case KnownElements.
ToolBarTray
:
4374
case KnownElements.
ToolBarTray
:
6220
case KnownElements.
ToolBarTray
: t = typeof(System.Windows.Controls.ToolBarTray); break;