1 write to _toolBarsCollection
PresentationFramework (1)
System\Windows\Controls\ToolBarTray.cs (1)
174
_toolBarsCollection
= new ToolBarCollection(this);
6 references to _toolBarsCollection
PresentationFramework (6)
System\Windows\Controls\ToolBarTray.cs (6)
173
if (
_toolBarsCollection
== null)
176
return
_toolBarsCollection
;
457
if (
_toolBarsCollection
== null)
463
return
_toolBarsCollection
.Count;
473
if (
_toolBarsCollection
== null)
477
return
_toolBarsCollection
[index];