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)
173if (_toolBarsCollection == null) 176return _toolBarsCollection; 457if (_toolBarsCollection == null) 463return _toolBarsCollection.Count; 473if (_toolBarsCollection == null) 477return _toolBarsCollection[index];