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)
290if (_positionList == null) 297_positionList.Insert(index, new WeakReference(position)); 309Invariant.Assert(_positionList != null); 311for (index = 0; index < _positionList.Count; index++) 317_positionList.RemoveAt(index); 696if (_positionList == null) 721for (; index < _positionList.Count; index++) 743WeakReference tempWeakReference = (WeakReference)_positionList[backwardGravitySlot]; 744_positionList[backwardGravitySlot] = _positionList[index]; 745_positionList[index] = tempWeakReference; 761for (; index < _positionList.Count; index++) 781if (_positionList == null) 786for (index = _positionList.Count-1; index >= 0; index--) 792_positionList.RemoveAt(index); 808Invariant.Assert(_positionList != null); 810for (index = 0; index < _positionList.Count; index++) 843for (index = 0; index < _positionList.Count; index++) 876Invariant.Assert(_positionList != null); 878weakReference = (WeakReference)_positionList[index]; 901Debug.WriteLine($"{_positionList.Count} entries."); 903for (index = 0; index < _positionList.Count; index++)