2 instantiations of ToolBarPanel
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10379bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.ToolBarPanel(); };
System\Windows\Markup\KnownTypes.cs (1)
1612case KnownElements.ToolBarPanel: o = new System.Windows.Controls.Primitives.ToolBarPanel(); break;
16 references to ToolBarPanel
PresentationFramework (16)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (2)
69ToolBarPanel toolBarPanel = ToolBarPanel; 226private ToolBarPanel ToolBarPanel
System\Windows\Controls\ToolBar.cs (8)
60[TemplatePart(Name = "PART_ToolBarPanel", Type = typeof(ToolBarPanel))] 410ToolBarPanel toolBarPanel = this.ToolBarPanel; 550ToolBarPanel toolBarPanel = ToolBarPanel; 596internal ToolBarPanel ToolBarPanel 607private ToolBarPanel FindToolBarPanel() 610ToolBarPanel toolBarPanel = child as ToolBarPanel; 746private ToolBarPanel _toolBarPanel;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
767case 671: t = () => typeof(ToolBarPanel); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5978Type type = typeof(System.Windows.Controls.Primitives.ToolBarPanel); 5980this.GetXamlType(typeof(System.Windows.Controls.Primitives.ToolBarPanel)), // DeclaringType 5986bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.ToolBarPanel)target).Children; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10377typeof(System.Windows.Controls.Primitives.ToolBarPanel),
System\Windows\Markup\KnownTypes.cs (1)
6225case KnownElements.ToolBarPanel: t = typeof(System.Windows.Controls.Primitives.ToolBarPanel); break;