1 write to _positionList
PresentationFramework (1)
System\Windows\Controls\PasswordTextContainer.cs (1)
293
_positionList
= new ArrayList();
22 references to _positionList
PresentationFramework (22)
System\Windows\Controls\PasswordTextContainer.cs (22)
291
if (
_positionList
== null)
298
_positionList
.Insert(index, new WeakReference(position));
310
Invariant.Assert(
_positionList
!= null);
312
for (index = 0; index <
_positionList
.Count; index++)
318
_positionList
.RemoveAt(index);
697
if (
_positionList
== null)
722
for (; index <
_positionList
.Count; index++)
744
WeakReference tempWeakReference = (WeakReference)
_positionList
[backwardGravitySlot];
745
_positionList
[backwardGravitySlot] =
_positionList
[index];
746
_positionList
[index] = tempWeakReference;
762
for (; index <
_positionList
.Count; index++)
782
if (
_positionList
== null)
787
for (index =
_positionList
.Count-1; index >= 0; index--)
793
_positionList
.RemoveAt(index);
809
Invariant.Assert(
_positionList
!= null);
811
for (index = 0; index <
_positionList
.Count; index++)
844
for (index = 0; index <
_positionList
.Count; index++)
877
Invariant.Assert(
_positionList
!= null);
879
weakReference = (WeakReference)
_positionList
[index];
902
Debug.WriteLine($"{
_positionList
.Count} entries.");
904
for (index = 0; index <
_positionList
.Count; index++)