2 writes to _toolBarPanel
PresentationFramework (2)
System\Windows\Controls\ToolBar.cs (2)
495
_toolBarPanel
= null;
586
_toolBarPanel
= FindToolBarPanel();
2 references to _toolBarPanel
PresentationFramework (2)
System\Windows\Controls\ToolBar.cs (2)
585
if (
_toolBarPanel
== null)
588
return
_toolBarPanel
;