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)
120
if (
_uiElementCollection
.Count != 0)
122
Path path =
_uiElementCollection
[0] as Path;
389
if(
_uiElementCollection
== null) //nobody used it yet
394
return
_uiElementCollection
;
688
if (
_uiElementCollection
== null)
694
return
_uiElementCollection
.Count;
704
if (
_uiElementCollection
== null)
708
return
_uiElementCollection
[index];