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