1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
228_uiElementCollection = new UIElementCollection(this /* visual parent */, this /* logical parent */);
6 references to _uiElementCollection
PresentationFramework (6)
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (6)
108if (_uiElementCollection == null) 114return _uiElementCollection.Count; 124if (_uiElementCollection == null) 128return _uiElementCollection[index]; 226if (_uiElementCollection == null) //nobody used it yet 231return _uiElementCollection;