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