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