1 write to _toolBarsCollection
PresentationFramework (1)
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
190
_toolBarsCollection
= new ToolBarCollection(this);
6 references to _toolBarsCollection
PresentationFramework (6)
src\Framework\System\Windows\Controls\ToolBarTray.cs (6)
189
if (
_toolBarsCollection
== null)
192
return
_toolBarsCollection
;
477
if (
_toolBarsCollection
== null)
483
return
_toolBarsCollection
.Count;
493
if (
_toolBarsCollection
== null)
497
return
_toolBarsCollection
[index];