1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Controls\Panel.cs (1)
603
_uiElementCollection
= CreateUIElementCollection(logicalParent);
25 references to _uiElementCollection
PresentationFramework (25)
System\Windows\Controls\Panel.cs (25)
340
if (
_uiElementCollection
== null)
347
return
_uiElementCollection
;
358
if (
_uiElementCollection
== null)
364
return
_uiElementCollection
.Count;
374
if (
_uiElementCollection
== null)
381
return
_uiElementCollection
[visualIndex];
601
if ((
_uiElementCollection
== null) || (
_uiElementCollection
.LogicalParent != logicalParent))
635
if ((
_uiElementCollection
!= null) && (
_uiElementCollection
.Count > 0))
637
_uiElementCollection
.ClearInternal();
662
_uiElementCollection
.AddInternal(child);
722
_uiElementCollection
.InsertInternal(pos.Index + 1 + i, e);
736
_uiElementCollection
.RemoveRangeInternal(pos.Index, containerCount);
755
_uiElementCollection
.SetInternal(pos.Index + i, e);
779
elements[i] =
_uiElementCollection
[fromPos.Index + i];
781
_uiElementCollection
.RemoveRangeInternal(fromPos.Index, containerCount);
785
_uiElementCollection
.InsertInternal(toIndex + i, elements[i]);
963
&&
_uiElementCollection
!= null)
986
int count = (
_uiElementCollection
!= null) ?
_uiElementCollection
.Count : 0;
995
if (
_uiElementCollection
[0] != null)
997
consonant = (int)
_uiElementCollection
[0].GetValue(ZIndexProperty);
1010
int z =
_uiElementCollection
[i] != null
1011
? (int)
_uiElementCollection
[i].GetValue(ZIndexProperty)