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)
296return (EventMap.HasRegisteredEvent(eventId)); 306AutomationEvent eventObject = EventMap.GetRegisteredEvent(eventId); 349if (EventMap.HasRegisteredEvent(AutomationEvents.AsyncContentLoaded)) 372if (EventMap.HasRegisteredEvent(AutomationEvents.Notification)) 388if (EventMap.HasRegisteredEvent(AutomationEvents.AutomationFocusChanged)) 1874&& EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged) ) 1895if (!EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged)) 2035bool notifyPropertyChanged = EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged); 2036bool notifyStructureChanged = EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged);
System\Windows\InterOp\HwndSource.cs (1)
629MS.Internal.Automation.EventMap.HasListeners)