2 writes to _toolBarPanel
PresentationFramework (2)
System\Windows\Controls\ToolBar.cs (2)
510
_toolBarPanel
= null;
601
_toolBarPanel
= FindToolBarPanel();
2 references to _toolBarPanel
PresentationFramework (2)
System\Windows\Controls\ToolBar.cs (2)
600
if (
_toolBarPanel
== null)
603
return
_toolBarPanel
;