1 instantiation of EventInfo
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
143
_eventsTable[idEvent] = new
EventInfo
();
4 references to EventInfo
PresentationCore (4)
MS\Internal\Automation\EventMap.cs (4)
133
_eventsTable = new Dictionary<int,
EventInfo
>(20);
137
if (_eventsTable.TryGetValue(idEvent, out
EventInfo
info))
163
if (_eventsTable.TryGetValue(idEvent, out
EventInfo
info))
273
private static Dictionary<int,
EventInfo
> _eventsTable; // key=event id, data=listener count