1 write to _positionList
PresentationFramework (1)
System\Windows\Controls\PasswordTextContainer.cs (1)
296_positionList = new ArrayList();
22 references to _positionList
PresentationFramework (22)
System\Windows\Controls\PasswordTextContainer.cs (22)
294if (_positionList == null) 301_positionList.Insert(index, new WeakReference(position)); 313Invariant.Assert(_positionList != null); 315for (index = 0; index < _positionList.Count; index++) 321_positionList.RemoveAt(index); 700if (_positionList == null) 725for (; index < _positionList.Count; index++) 747WeakReference tempWeakReference = (WeakReference)_positionList[backwardGravitySlot]; 748_positionList[backwardGravitySlot] = _positionList[index]; 749_positionList[index] = tempWeakReference; 765for (; index < _positionList.Count; index++) 785if (_positionList == null) 790for (index = _positionList.Count-1; index >= 0; index--) 796_positionList.RemoveAt(index); 812Invariant.Assert(_positionList != null); 814for (index = 0; index < _positionList.Count; index++) 847for (index = 0; index < _positionList.Count; index++) 880Invariant.Assert(_positionList != null); 882weakReference = (WeakReference)_positionList[index]; 905Debug.WriteLine($"{_positionList.Count} entries."); 907for (index = 0; index < _positionList.Count; index++)