2 references to ToolBar
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10345bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.ToolBar(); };
System\Windows\Markup\KnownTypes.cs (1)
1610case KnownElements.ToolBar: o = new System.Windows.Controls.ToolBar(); break;