1 write to _LiveList
WindowsBase (1)
Shared\MS\Internal\CopyOnWriteList.cs (1)
195_LiveList = (ArrayList)_LiveList.Clone();
9 references to _LiveList
WindowsBase (9)
Shared\MS\Internal\CopyOnWriteList.cs (9)
62_readonlyWrapper = ArrayList.ReadOnly(_LiveList); 126get{ return _LiveList; } 137_LiveList.Add(obj); 149_LiveList.Insert(index, obj); 159for(int i = 0; i < _LiveList.Count; i++) 161if(obj == _LiveList[i]) 179if(index <0 || index >= _LiveList.Count ) 183_LiveList.RemoveAt(index); 195_LiveList = (ArrayList)_LiveList.Clone();