1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Documents\FixedPage.cs (1)
391_uiElementCollection = CreateUIElementCollection(this);
8 references to _uiElementCollection
PresentationFramework (8)
System\Windows\Documents\FixedPage.cs (8)
120if (_uiElementCollection.Count != 0) 122Path path = _uiElementCollection[0] as Path; 389if(_uiElementCollection == null) //nobody used it yet 394return _uiElementCollection; 688if (_uiElementCollection == null) 694return _uiElementCollection.Count; 704if (_uiElementCollection == null) 708return _uiElementCollection[index];