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)
122
if (
_uiElementCollection
.Count != 0)
124
Path path =
_uiElementCollection
[0] as Path;
391
if(
_uiElementCollection
== null) //nobody used it yet
396
return
_uiElementCollection
;
690
if (
_uiElementCollection
== null)
696
return
_uiElementCollection
.Count;
706
if (
_uiElementCollection
== null)
710
return
_uiElementCollection
[index];