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