1 write to _positionList
PresentationFramework (1)
System\Windows\Controls\PasswordTextContainer.cs (1)
292
_positionList
= new ArrayList();
22 references to _positionList
PresentationFramework (22)
System\Windows\Controls\PasswordTextContainer.cs (22)
290
if (
_positionList
== null)
297
_positionList
.Insert(index, new WeakReference(position));
309
Invariant.Assert(
_positionList
!= null);
311
for (index = 0; index <
_positionList
.Count; index++)
317
_positionList
.RemoveAt(index);
696
if (
_positionList
== null)
721
for (; index <
_positionList
.Count; index++)
743
WeakReference tempWeakReference = (WeakReference)
_positionList
[backwardGravitySlot];
744
_positionList
[backwardGravitySlot] =
_positionList
[index];
745
_positionList
[index] = tempWeakReference;
761
for (; index <
_positionList
.Count; index++)
777
if (
_positionList
== null)
782
for (index =
_positionList
.Count-1; index >= 0; index--)
788
_positionList
.RemoveAt(index);
804
Invariant.Assert(
_positionList
!= null);
806
for (index = 0; index <
_positionList
.Count; index++)
839
for (index = 0; index <
_positionList
.Count; index++)
872
Invariant.Assert(
_positionList
!= null);
874
weakReference = (WeakReference)
_positionList
[index];
897
Debug.WriteLine($"{
_positionList
.Count} entries.");
899
for (index = 0; index <
_positionList
.Count; index++)