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)
300if (_positionList == null) 307_positionList.Insert(index, new WeakReference(position)); 319Invariant.Assert(_positionList != null); 321for (index = 0; index < _positionList.Count; index++) 327_positionList.RemoveAt(index); 706if (_positionList == null) 731for (; index < _positionList.Count; index++) 753WeakReference tempWeakReference = (WeakReference)_positionList[backwardGravitySlot]; 754_positionList[backwardGravitySlot] = _positionList[index]; 755_positionList[index] = tempWeakReference; 771for (; index < _positionList.Count; index++) 791if (_positionList == null) 796for (index = _positionList.Count-1; index >= 0; index--) 802_positionList.RemoveAt(index); 818Invariant.Assert(_positionList != null); 820for (index = 0; index < _positionList.Count; index++) 853for (index = 0; index < _positionList.Count; index++) 886Invariant.Assert(_positionList != null); 888weakReference = (WeakReference)_positionList[index];