1 write to _toolBarsCollection
PresentationFramework (1)
System\Windows\Controls\ToolBarTray.cs (1)
183
_toolBarsCollection
= new ToolBarCollection(this);
6 references to _toolBarsCollection
PresentationFramework (6)
System\Windows\Controls\ToolBarTray.cs (6)
182
if (
_toolBarsCollection
== null)
185
return
_toolBarsCollection
;
466
if (
_toolBarsCollection
== null)
472
return
_toolBarsCollection
.Count;
482
if (
_toolBarsCollection
== null)
486
return
_toolBarsCollection
[index];