10 references to HasRegisteredEvent
PresentationCore (8)
System\Windows\Automation\Peers\AutomationPeer.cs (8)
297
return (EventMap.
HasRegisteredEvent
(eventId));
350
if (EventMap.
HasRegisteredEvent
(AutomationEvents.AsyncContentLoaded))
373
if (EventMap.
HasRegisteredEvent
(AutomationEvents.Notification))
389
if (EventMap.
HasRegisteredEvent
(AutomationEvents.AutomationFocusChanged))
1875
&& EventMap.
HasRegisteredEvent
(AutomationEvents.PropertyChanged) )
1896
if (!EventMap.
HasRegisteredEvent
(AutomationEvents.StructureChanged))
2036
bool notifyPropertyChanged = EventMap.
HasRegisteredEvent
(AutomationEvents.PropertyChanged);
2037
bool notifyStructureChanged = EventMap.
HasRegisteredEvent
(AutomationEvents.StructureChanged);
PresentationFramework (2)
System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (1)
34
if (EventMap.
HasRegisteredEvent
(AutomationEvents.ActiveTextPositionChanged))
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
33
if (EventMap.
HasRegisteredEvent
(AutomationEvents.ActiveTextPositionChanged))