1 write to _uiElementCollection
PresentationFramework (1)
src\Framework\System\Windows\Controls\Panel.cs (1)
614
_uiElementCollection
= CreateUIElementCollection(logicalParent);
25 references to _uiElementCollection
PresentationFramework (25)
src\Framework\System\Windows\Controls\Panel.cs (25)
351
if (
_uiElementCollection
== null)
358
return
_uiElementCollection
;
369
if (
_uiElementCollection
== null)
375
return
_uiElementCollection
.Count;
385
if (
_uiElementCollection
== null)
392
return
_uiElementCollection
[visualIndex];
612
if ((
_uiElementCollection
== null) || (
_uiElementCollection
.LogicalParent != logicalParent))
646
if ((
_uiElementCollection
!= null) && (
_uiElementCollection
.Count > 0))
648
_uiElementCollection
.ClearInternal();
673
_uiElementCollection
.AddInternal(child);
733
_uiElementCollection
.InsertInternal(pos.Index + 1 + i, e);
747
_uiElementCollection
.RemoveRangeInternal(pos.Index, containerCount);
766
_uiElementCollection
.SetInternal(pos.Index + i, e);
790
elements[i] =
_uiElementCollection
[fromPos.Index + i];
792
_uiElementCollection
.RemoveRangeInternal(fromPos.Index, containerCount);
796
_uiElementCollection
.InsertInternal(toIndex + i, elements[i]);
980
&&
_uiElementCollection
!= null)
1003
int count = (
_uiElementCollection
!= null) ?
_uiElementCollection
.Count : 0;
1012
if (
_uiElementCollection
[0] != null)
1014
consonant = (int)
_uiElementCollection
[0].GetValue(ZIndexProperty);
1027
int z =
_uiElementCollection
[i] != null
1028
? (int)
_uiElementCollection
[i].GetValue(ZIndexProperty)