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