7 references to ToolBarTray
PresentationFramework (7)
System\Windows\Markup\KnownTypes.cs (7)
1606
case KnownElements.
ToolBarTray
: o = new System.Windows.Controls.ToolBarTray(); break;
2346
return KnownElements.
ToolBarTray
;
2528
case KnownElements.
ToolBarTray
: return (o as System.Windows.Controls.ToolBarTray).ToolBars;
2779
case KnownElements.
ToolBarTray
:
3566
case KnownElements.
ToolBarTray
:
4373
case KnownElements.
ToolBarTray
:
6219
case KnownElements.
ToolBarTray
: t = typeof(System.Windows.Controls.ToolBarTray); break;