12 references to EventMap
PresentationCore (12)
MS\Internal\Automation\ElementProxy.cs (2)
242EventMap.AddEvent(eventID); 247EventMap.RemoveEvent(eventID);
System\Windows\Automation\Peers\AutomationPeer.cs (9)
309return (EventMap.HasRegisteredEvent(eventId)); 319AutomationEvent eventObject = EventMap.GetRegisteredEvent(eventId); 362if (EventMap.HasRegisteredEvent(AutomationEvents.AsyncContentLoaded)) 385if (EventMap.HasRegisteredEvent(AutomationEvents.Notification)) 401if (EventMap.HasRegisteredEvent(AutomationEvents.AutomationFocusChanged)) 1887&& EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged) ) 1908if (!EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged)) 2048bool notifyPropertyChanged = EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged); 2049bool notifyStructureChanged = EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged);
System\Windows\InterOp\HwndSource.cs (1)
641MS.Internal.Automation.EventMap.HasListeners)