1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Documents\FixedPage.cs (1)
392_uiElementCollection = CreateUIElementCollection(this);
8 references to _uiElementCollection
PresentationFramework (8)
System\Windows\Documents\FixedPage.cs (8)
121if (_uiElementCollection.Count != 0) 123Path path = _uiElementCollection[0] as Path; 390if(_uiElementCollection == null) //nobody used it yet 395return _uiElementCollection; 689if (_uiElementCollection == null) 695return _uiElementCollection.Count; 705if (_uiElementCollection == null) 709return _uiElementCollection[index];