1 write to _toolBarsCollection
PresentationFramework (1)
System\Windows\Controls\ToolBarTray.cs (1)
175
_toolBarsCollection
= new ToolBarCollection(this);
6 references to _toolBarsCollection
PresentationFramework (6)
System\Windows\Controls\ToolBarTray.cs (6)
174
if (
_toolBarsCollection
== null)
177
return
_toolBarsCollection
;
458
if (
_toolBarsCollection
== null)
464
return
_toolBarsCollection
.Count;
474
if (
_toolBarsCollection
== null)
478
return
_toolBarsCollection
[index];