3 references to ToolBarPanel
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
232return tb == null ? null : tb.ToolBarPanel;
src\Framework\System\Windows\Controls\ToolBar.cs (2)
414ToolBarPanel toolBarPanel = this.ToolBarPanel; 560ToolBarPanel toolBarPanel = ToolBarPanel;