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
);
126
get{ return
_LiveList
; }
137
_LiveList
.Add(obj);
149
_LiveList
.Insert(index, obj);
159
for(int i = 0; i <
_LiveList
.Count; i++)
161
if(obj ==
_LiveList
[i])
179
if(index <0 || index >=
_LiveList
.Count )
183
_LiveList
.RemoveAt(index);
195
_LiveList = (ArrayList)
_LiveList
.Clone();