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++)
781
if (
_positionList
== null)
786
for (index =
_positionList
.Count-1; index >= 0; index--)
792
_positionList
.RemoveAt(index);
808
Invariant.Assert(
_positionList
!= null);
810
for (index = 0; index <
_positionList
.Count; index++)
843
for (index = 0; index <
_positionList
.Count; index++)
876
Invariant.Assert(
_positionList
!= null);
878
weakReference = (WeakReference)
_positionList
[index];
901
Debug.WriteLine($"{
_positionList
.Count} entries.");
903
for (index = 0; index <
_positionList
.Count; index++)