11 references to EventMap
PresentationCore (11)
Core\CSharp\MS\Internal\Automation\ElementProxy.cs (2)
252EventMap.AddEvent(eventID); 257EventMap.RemoveEvent(eventID);
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (8)
330return (EventMap.HasRegisteredEvent(eventId)); 340AutomationEvent eventObject = EventMap.GetRegisteredEvent(eventId); 384if (EventMap.HasRegisteredEvent(AutomationEvents.AsyncContentLoaded)) 400if (EventMap.HasRegisteredEvent(AutomationEvents.AutomationFocusChanged)) 1794&& EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged) ) 1815if (!EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged)) 1957bool notifyPropertyChanged = EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged); 1958bool notifyStructureChanged = EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged);
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
734MS.Internal.Automation.EventMap.HasListeners)