1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Controls\Panel.cs (1)
610
_uiElementCollection
= CreateUIElementCollection(logicalParent);
25 references to _uiElementCollection
PresentationFramework (25)
System\Windows\Controls\Panel.cs (25)
347
if (
_uiElementCollection
== null)
354
return
_uiElementCollection
;
365
if (
_uiElementCollection
== null)
371
return
_uiElementCollection
.Count;
381
if (
_uiElementCollection
== null)
388
return
_uiElementCollection
[visualIndex];
608
if ((
_uiElementCollection
== null) || (
_uiElementCollection
.LogicalParent != logicalParent))
642
if ((
_uiElementCollection
!= null) && (
_uiElementCollection
.Count > 0))
644
_uiElementCollection
.ClearInternal();
669
_uiElementCollection
.AddInternal(child);
729
_uiElementCollection
.InsertInternal(pos.Index + 1 + i, e);
743
_uiElementCollection
.RemoveRangeInternal(pos.Index, containerCount);
762
_uiElementCollection
.SetInternal(pos.Index + i, e);
786
elements[i] =
_uiElementCollection
[fromPos.Index + i];
788
_uiElementCollection
.RemoveRangeInternal(fromPos.Index, containerCount);
792
_uiElementCollection
.InsertInternal(toIndex + i, elements[i]);
970
&&
_uiElementCollection
!= null)
993
int count = (
_uiElementCollection
!= null) ?
_uiElementCollection
.Count : 0;
1002
if (
_uiElementCollection
[0] != null)
1004
consonant = (int)
_uiElementCollection
[0].GetValue(ZIndexProperty);
1017
int z =
_uiElementCollection
[i] != null
1018
? (int)
_uiElementCollection
[i].GetValue(ZIndexProperty)