2 instantiations of ToolBarPanel
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11520
DefaultConstructor = delegate () { return new System.Windows.Controls.Primitives.
ToolBarPanel
(); },
System\Windows\Markup\KnownTypes.cs (1)
1606
case KnownElements.ToolBarPanel: o = new System.Windows.Controls.Primitives.
ToolBarPanel
(); break;
16 references to ToolBarPanel
PresentationFramework (16)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (2)
59
ToolBarPanel
toolBarPanel = ToolBarPanel;
216
private
ToolBarPanel
ToolBarPanel
System\Windows\Controls\ToolBar.cs (8)
51
[TemplatePart(Name = "PART_ToolBarPanel", Type = typeof(
ToolBarPanel
))]
398
ToolBarPanel
toolBarPanel = this.ToolBarPanel;
535
ToolBarPanel
toolBarPanel = ToolBarPanel;
581
internal
ToolBarPanel
ToolBarPanel
592
private
ToolBarPanel
FindToolBarPanel()
595
ToolBarPanel
toolBarPanel = child as
ToolBarPanel
;
731
private
ToolBarPanel
_toolBarPanel;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
765
case 671: t = () => typeof(
ToolBarPanel
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6398
Type type = typeof(System.Windows.Controls.Primitives.
ToolBarPanel
);
6400
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
ToolBarPanel
)), // DeclaringType
6407
GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.
ToolBarPanel
)target).Children; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11517
typeof(System.Windows.Controls.Primitives.
ToolBarPanel
),
System\Windows\Markup\KnownTypes.cs (1)
6219
case KnownElements.ToolBarPanel: t = typeof(System.Windows.Controls.Primitives.
ToolBarPanel
); break;