3 references to ToolBarPanel
PresentationFramework (3)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
221return tb == null ? null : tb.ToolBarPanel;
System\Windows\Controls\ToolBar.cs (2)
401ToolBarPanel toolBarPanel = this.ToolBarPanel; 541ToolBarPanel toolBarPanel = ToolBarPanel;