2 writes to _toolBarPanel
PresentationFramework (2)
System\Windows\Controls\ToolBar.cs (2)
494
_toolBarPanel
= null;
585
_toolBarPanel
= FindToolBarPanel();
2 references to _toolBarPanel
PresentationFramework (2)
System\Windows\Controls\ToolBar.cs (2)
584
if (
_toolBarPanel
== null)
587
return
_toolBarPanel
;