2 instantiations of ListEntry
System (2)
compmod\system\componentmodel\EventHandlerList.cs (2)
63
head = new
ListEntry
(key, value, head);
78
head = new
ListEntry
(key, value, head);
10 references to ListEntry
System (10)
compmod\system\componentmodel\EventHandlerList.cs (10)
18
ListEntry
head;
45
ListEntry
e = null;
58
ListEntry
e = Find(key);
73
ListEntry
e = Find(key);
85
ListEntry
currentListEntry = listToAddFrom.head;
99
private
ListEntry
Find(object key) {
100
ListEntry
found = head;
115
ListEntry
e = Find(key);
124
internal
ListEntry
next;
128
public ListEntry(object key, Delegate handler,
ListEntry
next) {