2 instantiations of ToolBarPanel
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11519
DefaultConstructor = delegate () { return new System.Windows.Controls.Primitives.
ToolBarPanel
(); },
System\Windows\Markup\KnownTypes.cs (1)
1605
case KnownElements.ToolBarPanel: o = new System.Windows.Controls.Primitives.
ToolBarPanel
(); break;
16 references to ToolBarPanel
PresentationFramework (16)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (2)
58
ToolBarPanel
toolBarPanel = ToolBarPanel;
215
private
ToolBarPanel
ToolBarPanel
System\Windows\Controls\ToolBar.cs (8)
50
[TemplatePart(Name = "PART_ToolBarPanel", Type = typeof(
ToolBarPanel
))]
397
ToolBarPanel
toolBarPanel = this.ToolBarPanel;
534
ToolBarPanel
toolBarPanel = ToolBarPanel;
580
internal
ToolBarPanel
ToolBarPanel
591
private
ToolBarPanel
FindToolBarPanel()
594
ToolBarPanel
toolBarPanel = child as
ToolBarPanel
;
730
private
ToolBarPanel
_toolBarPanel;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
764
case 671: t = () => typeof(
ToolBarPanel
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6397
Type type = typeof(System.Windows.Controls.Primitives.
ToolBarPanel
);
6399
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
ToolBarPanel
)), // DeclaringType
6406
GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.
ToolBarPanel
)target).Children; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11516
typeof(System.Windows.Controls.Primitives.
ToolBarPanel
),
System\Windows\Markup\KnownTypes.cs (1)
6218
case KnownElements.ToolBarPanel: t = typeof(System.Windows.Controls.Primitives.
ToolBarPanel
); break;