1 write to _positionList
PresentationFramework (1)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
302
_positionList
= new ArrayList();
20 references to _positionList
PresentationFramework (20)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (20)
300
if (
_positionList
== null)
307
_positionList
.Insert(index, new WeakReference(position));
319
Invariant.Assert(
_positionList
!= null);
321
for (index = 0; index <
_positionList
.Count; index++)
327
_positionList
.RemoveAt(index);
706
if (
_positionList
== null)
731
for (; index <
_positionList
.Count; index++)
753
WeakReference tempWeakReference = (WeakReference)
_positionList
[backwardGravitySlot];
754
_positionList
[backwardGravitySlot] =
_positionList
[index];
755
_positionList
[index] = tempWeakReference;
771
for (; index <
_positionList
.Count; index++)
791
if (
_positionList
== null)
796
for (index =
_positionList
.Count-1; index >= 0; index--)
802
_positionList
.RemoveAt(index);
818
Invariant.Assert(
_positionList
!= null);
820
for (index = 0; index <
_positionList
.Count; index++)
853
for (index = 0; index <
_positionList
.Count; index++)
886
Invariant.Assert(
_positionList
!= null);
888
weakReference = (WeakReference)
_positionList
[index];