1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
232_uiElementCollection = new UIElementCollection(this /* visual parent */, this /* logical parent */);
6 references to _uiElementCollection
PresentationFramework (6)
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (6)
112if (_uiElementCollection == null) 118return _uiElementCollection.Count; 128if (_uiElementCollection == null) 132return _uiElementCollection[index]; 230if (_uiElementCollection == null) //nobody used it yet 235return _uiElementCollection;