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