1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Documents\FixedPage.cs (1)
399_uiElementCollection = CreateUIElementCollection(this);
8 references to _uiElementCollection
PresentationFramework (8)
System\Windows\Documents\FixedPage.cs (8)
128if (_uiElementCollection.Count != 0) 130Path path = _uiElementCollection[0] as Path; 397if(_uiElementCollection == null) //nobody used it yet 402return _uiElementCollection; 696if (_uiElementCollection == null) 702return _uiElementCollection.Count; 712if (_uiElementCollection == null) 716return _uiElementCollection[index];