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)
298
return (
EventMap
.HasRegisteredEvent(eventId));
308
AutomationEvent eventObject =
EventMap
.GetRegisteredEvent(eventId);
351
if (
EventMap
.HasRegisteredEvent(AutomationEvents.AsyncContentLoaded))
374
if (
EventMap
.HasRegisteredEvent(AutomationEvents.Notification))
390
if (
EventMap
.HasRegisteredEvent(AutomationEvents.AutomationFocusChanged))
1876
&&
EventMap
.HasRegisteredEvent(AutomationEvents.PropertyChanged) )
1897
if (!
EventMap
.HasRegisteredEvent(AutomationEvents.StructureChanged))
2037
bool notifyPropertyChanged =
EventMap
.HasRegisteredEvent(AutomationEvents.PropertyChanged);
2038
bool notifyStructureChanged =
EventMap
.HasRegisteredEvent(AutomationEvents.StructureChanged);
System\Windows\InterOp\HwndSource.cs (1)
635
MS.Internal.Automation.
EventMap
.HasListeners)