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)
174if (_toolBarsCollection == null) 177return _toolBarsCollection; 458if (_toolBarsCollection == null) 464return _toolBarsCollection.Count; 474if (_toolBarsCollection == null) 478return _toolBarsCollection[index];