7 references to ToolBarTray
PresentationFramework (7)
src\Framework\System\Windows\Markup\KnownTypes.cs (7)
1614case KnownElements.ToolBarTray: o = new System.Windows.Controls.ToolBarTray(); break; 2346return KnownElements.ToolBarTray; 2528case KnownElements.ToolBarTray: return (o as System.Windows.Controls.ToolBarTray).ToolBars; 2780case KnownElements.ToolBarTray: 3563case KnownElements.ToolBarTray: 4370case KnownElements.ToolBarTray: 6216case KnownElements.ToolBarTray: t = typeof(System.Windows.Controls.ToolBarTray); break;