1 write to _uiElementCollection
PresentationFramework (1)
System\Windows\Controls\Panel.cs (1)
602
_uiElementCollection
= CreateUIElementCollection(logicalParent);
25 references to _uiElementCollection
PresentationFramework (25)
System\Windows\Controls\Panel.cs (25)
339
if (
_uiElementCollection
== null)
346
return
_uiElementCollection
;
357
if (
_uiElementCollection
== null)
363
return
_uiElementCollection
.Count;
373
if (
_uiElementCollection
== null)
380
return
_uiElementCollection
[visualIndex];
600
if ((
_uiElementCollection
== null) || (
_uiElementCollection
.LogicalParent != logicalParent))
634
if ((
_uiElementCollection
!= null) && (
_uiElementCollection
.Count > 0))
636
_uiElementCollection
.ClearInternal();
661
_uiElementCollection
.AddInternal(child);
721
_uiElementCollection
.InsertInternal(pos.Index + 1 + i, e);
735
_uiElementCollection
.RemoveRangeInternal(pos.Index, containerCount);
754
_uiElementCollection
.SetInternal(pos.Index + i, e);
778
elements[i] =
_uiElementCollection
[fromPos.Index + i];
780
_uiElementCollection
.RemoveRangeInternal(fromPos.Index, containerCount);
784
_uiElementCollection
.InsertInternal(toIndex + i, elements[i]);
962
&&
_uiElementCollection
!= null)
985
int count = (
_uiElementCollection
!= null) ?
_uiElementCollection
.Count : 0;
994
if (
_uiElementCollection
[0] != null)
996
consonant = (int)
_uiElementCollection
[0].GetValue(ZIndexProperty);
1009
int z =
_uiElementCollection
[i] != null
1010
? (int)
_uiElementCollection
[i].GetValue(ZIndexProperty)