12 references to EventMap
PresentationCore (12)
MS\Internal\Automation\ElementProxy.cs (2)
227EventMap.AddEvent(eventID); 232EventMap.RemoveEvent(eventID);
System\Windows\Automation\Peers\AutomationPeer.cs (9)
297return (EventMap.HasRegisteredEvent(eventId)); 307AutomationEvent eventObject = EventMap.GetRegisteredEvent(eventId); 350if (EventMap.HasRegisteredEvent(AutomationEvents.AsyncContentLoaded)) 373if (EventMap.HasRegisteredEvent(AutomationEvents.Notification)) 389if (EventMap.HasRegisteredEvent(AutomationEvents.AutomationFocusChanged)) 1875&& EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged) ) 1896if (!EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged)) 2036bool notifyPropertyChanged = EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged); 2037bool notifyStructureChanged = EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged);
System\Windows\InterOp\HwndSource.cs (1)
634MS.Internal.Automation.EventMap.HasListeners)