1 write to _positionList
PresentationFramework (1)
System\Windows\Controls\PasswordTextContainer.cs (1)
296
_positionList
= new ArrayList();
22 references to _positionList
PresentationFramework (22)
System\Windows\Controls\PasswordTextContainer.cs (22)
294
if (
_positionList
== null)
301
_positionList
.Insert(index, new WeakReference(position));
313
Invariant.Assert(
_positionList
!= null);
315
for (index = 0; index <
_positionList
.Count; index++)
321
_positionList
.RemoveAt(index);
700
if (
_positionList
== null)
725
for (; index <
_positionList
.Count; index++)
747
WeakReference tempWeakReference = (WeakReference)
_positionList
[backwardGravitySlot];
748
_positionList
[backwardGravitySlot] =
_positionList
[index];
749
_positionList
[index] = tempWeakReference;
765
for (; index <
_positionList
.Count; index++)
785
if (
_positionList
== null)
790
for (index =
_positionList
.Count-1; index >= 0; index--)
796
_positionList
.RemoveAt(index);
812
Invariant.Assert(
_positionList
!= null);
814
for (index = 0; index <
_positionList
.Count; index++)
847
for (index = 0; index <
_positionList
.Count; index++)
880
Invariant.Assert(
_positionList
!= null);
882
weakReference = (WeakReference)
_positionList
[index];
905
Debug.WriteLine($"{
_positionList
.Count} entries.");
907
for (index = 0; index <
_positionList
.Count; index++)