1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Documents\FixedPage.cs (1)
392
_uiElementCollection
= CreateUIElementCollection(this);
8 references to _uiElementCollection
PresentationFramework (8)
System\Windows\Documents\FixedPage.cs (8)
121
if (
_uiElementCollection
.Count != 0)
123
Path path =
_uiElementCollection
[0] as Path;
390
if(
_uiElementCollection
== null) //nobody used it yet
395
return
_uiElementCollection
;
689
if (
_uiElementCollection
== null)
695
return
_uiElementCollection
.Count;
705
if (
_uiElementCollection
== null)
709
return
_uiElementCollection
[index];