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)
291if (_positionList == null) 298_positionList.Insert(index, new WeakReference(position)); 310Invariant.Assert(_positionList != null); 312for (index = 0; index < _positionList.Count; index++) 318_positionList.RemoveAt(index); 697if (_positionList == null) 722for (; index < _positionList.Count; index++) 744WeakReference tempWeakReference = (WeakReference)_positionList[backwardGravitySlot]; 745_positionList[backwardGravitySlot] = _positionList[index]; 746_positionList[index] = tempWeakReference; 762for (; index < _positionList.Count; index++) 782if (_positionList == null) 787for (index = _positionList.Count-1; index >= 0; index--) 793_positionList.RemoveAt(index); 809Invariant.Assert(_positionList != null); 811for (index = 0; index < _positionList.Count; index++) 844for (index = 0; index < _positionList.Count; index++) 877Invariant.Assert(_positionList != null); 879weakReference = (WeakReference)_positionList[index]; 902Debug.WriteLine($"{_positionList.Count} entries."); 904for (index = 0; index < _positionList.Count; index++)