1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Documents\FixedPage.cs (1)
393_uiElementCollection = CreateUIElementCollection(this);
8 references to _uiElementCollection
PresentationFramework (8)
System\Windows\Documents\FixedPage.cs (8)
122if (_uiElementCollection.Count != 0) 124Path path = _uiElementCollection[0] as Path; 391if(_uiElementCollection == null) //nobody used it yet 396return _uiElementCollection; 690if (_uiElementCollection == null) 696return _uiElementCollection.Count; 706if (_uiElementCollection == null) 710return _uiElementCollection[index];