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)
189if (_toolBarsCollection == null) 192return _toolBarsCollection; 477if (_toolBarsCollection == null) 483return _toolBarsCollection.Count; 493if (_toolBarsCollection == null) 497return _toolBarsCollection[index];