2 instantiations of ToolBarPanel
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10375bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.ToolBarPanel(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1613case KnownElements.ToolBarPanel: o = new System.Windows.Controls.Primitives.ToolBarPanel(); break;
16 references to ToolBarPanel
PresentationFramework (16)
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (2)
70ToolBarPanel toolBarPanel = ToolBarPanel; 227private ToolBarPanel ToolBarPanel
src\Framework\System\Windows\Controls\ToolBar.cs (8)
61[TemplatePart(Name = "PART_ToolBarPanel", Type = typeof(ToolBarPanel))] 414ToolBarPanel toolBarPanel = this.ToolBarPanel; 560ToolBarPanel toolBarPanel = ToolBarPanel; 606internal ToolBarPanel ToolBarPanel 617private ToolBarPanel FindToolBarPanel() 620ToolBarPanel toolBarPanel = child as ToolBarPanel; 756private ToolBarPanel _toolBarPanel;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
763case 671: t = () => typeof(ToolBarPanel); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5936Type type = typeof(System.Windows.Controls.Primitives.ToolBarPanel); 5938this.GetXamlType(typeof(System.Windows.Controls.Primitives.ToolBarPanel)), // DeclaringType 5944bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.ToolBarPanel)target).Children; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10373typeof(System.Windows.Controls.Primitives.ToolBarPanel),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6215case KnownElements.ToolBarPanel: t = typeof(System.Windows.Controls.Primitives.ToolBarPanel); break;