2 writes to _toolBarPanel
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolBar.cs (2)
520
_toolBarPanel
= null;
611
_toolBarPanel
= FindToolBarPanel();
2 references to _toolBarPanel
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolBar.cs (2)
610
if (
_toolBarPanel
== null)
613
return
_toolBarPanel
;