1 write to _list
PresentationCore (1)
System\Windows\Media\Animation\WeakRefEnumerator.cs (1)
29_list = list;
5 references to _list
PresentationCore (5)
System\Windows\Media\Animation\WeakRefEnumerator.cs (5)
105_list.RemoveRange(_writeIndex, _readIndex - _writeIndex); 106_readIndex = _writeIndex = _list.Count; 131while (_readIndex < _list.Count) 133WeakReference currentRef = _list[_readIndex]; 141_list[_writeIndex] = currentRef;