7 references to HasRegisteredEvent
PresentationCore (7)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (7)
330return (EventMap.HasRegisteredEvent(eventId)); 384if (EventMap.HasRegisteredEvent(AutomationEvents.AsyncContentLoaded)) 400if (EventMap.HasRegisteredEvent(AutomationEvents.AutomationFocusChanged)) 1794&& EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged) ) 1815if (!EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged)) 1957bool notifyPropertyChanged = EventMap.HasRegisteredEvent(AutomationEvents.PropertyChanged); 1958bool notifyStructureChanged = EventMap.HasRegisteredEvent(AutomationEvents.StructureChanged);