1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Documents\FixedPage.cs (1)
399
_uiElementCollection
= CreateUIElementCollection(this);
8 references to _uiElementCollection
PresentationFramework (8)
System\Windows\Documents\FixedPage.cs (8)
128
if (
_uiElementCollection
.Count != 0)
130
Path path =
_uiElementCollection
[0] as Path;
397
if(
_uiElementCollection
== null) //nobody used it yet
402
return
_uiElementCollection
;
696
if (
_uiElementCollection
== null)
702
return
_uiElementCollection
.Count;
712
if (
_uiElementCollection
== null)
716
return
_uiElementCollection
[index];