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