12 references to EventMap
PresentationCore (12)
MS\Internal\Automation\ElementProxy.cs (2)
228EventMap.AddEvent(eventID); 233EventMap.RemoveEvent(eventID);
System\Windows\Automation\Peers\AutomationPeer.cs (9)
298return (EventMap.HasRegisteredEvent(eventId)); 308AutomationEvent eventObject = EventMap.GetRegisteredEvent(eventId); 351if (EventMap.HasRegisteredEvent(AutomationEvents.AsyncContentLoaded)) 374if (EventMap.HasRegisteredEvent(AutomationEvents.Notification)) 390if (EventMap.HasRegisteredEvent(AutomationEvents.AutomationFocusChanged)) 1876&& EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged) ) 1897if (!EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged)) 2037bool notifyPropertyChanged = EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged); 2038bool notifyStructureChanged = EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged);
System\Windows\InterOp\HwndSource.cs (1)
635MS.Internal.Automation.EventMap.HasListeners)