2 references to ToolBarTray
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10392bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.ToolBarTray(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1614case KnownElements.ToolBarTray: o = new System.Windows.Controls.ToolBarTray(); break;