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)
182if (_toolBarsCollection == null) 185return _toolBarsCollection; 466if (_toolBarsCollection == null) 472return _toolBarsCollection.Count; 482if (_toolBarsCollection == null) 486return _toolBarsCollection[index];