12 references to EventMap
PresentationCore (12)
MS\Internal\Automation\ElementProxy.cs (2)
228
EventMap
.AddEvent(eventID);
233
EventMap
.RemoveEvent(eventID);
System\Windows\Automation\Peers\AutomationPeer.cs (9)
296
return (
EventMap
.HasRegisteredEvent(eventId));
306
AutomationEvent eventObject =
EventMap
.GetRegisteredEvent(eventId);
349
if (
EventMap
.HasRegisteredEvent(AutomationEvents.AsyncContentLoaded))
372
if (
EventMap
.HasRegisteredEvent(AutomationEvents.Notification))
388
if (
EventMap
.HasRegisteredEvent(AutomationEvents.AutomationFocusChanged))
1874
&&
EventMap
.HasRegisteredEvent(AutomationEvents.PropertyChanged) )
1895
if (!
EventMap
.HasRegisteredEvent(AutomationEvents.StructureChanged))
2035
bool notifyPropertyChanged =
EventMap
.HasRegisteredEvent(AutomationEvents.PropertyChanged);
2036
bool notifyStructureChanged =
EventMap
.HasRegisteredEvent(AutomationEvents.StructureChanged);
System\Windows\InterOp\HwndSource.cs (1)
629
MS.Internal.Automation.
EventMap
.HasListeners)