13 references to AutomationPropertyChangedEvent
UIAutomationClient (7)
MS\Internal\Automation\BoundingRectTracker.cs (1)
130ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.AutomationPropertyChangedEvent, rawEl, e);
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
126ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.AutomationPropertyChangedEvent, rawEl, e);
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
118ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.AutomationPropertyChangedEvent, rawEl, e);
System\Windows\Automation\Automation.cs (4)
166Misc.ValidateArgument( eventId != AutomationElement.AutomationPropertyChangedEvent, SRID.EventIdMustNotBeAutomationPropertyChanged ); 242Misc.ValidateArgument( eventId != AutomationElement.AutomationPropertyChangedEvent, SRID.EventIdMustNotBeAutomationPropertyChanged ); 286EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest); 311ClientEventManager.RemoveListener(AutomationElement.AutomationPropertyChangedEvent, element, eventHandler);
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
271return eventId == AutomationElement.AutomationPropertyChangedEvent ? properties : new AutomationIdentifier[] { eventId };
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
94if (eventId == AutomationElement.AutomationPropertyChangedEvent) 124if (eventId == AutomationElement.AutomationPropertyChangedEvent)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
315if (eventId == AutomationElement.AutomationPropertyChangedEvent) 353if (eventId == AutomationElement.AutomationPropertyChangedEvent)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1075if (eventId != AutomationElement.AutomationPropertyChangedEvent)