13 references to AutomationPropertyChangedEvent
UIAutomationClient (7)
MS\Internal\Automation\BoundingRectTracker.cs (1)
119ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.AutomationPropertyChangedEvent, rawEl, e);
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
114ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.AutomationPropertyChangedEvent, rawEl, e);
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
109ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.AutomationPropertyChangedEvent, rawEl, e);
System\Windows\Automation\Automation.cs (4)
129Misc.ValidateArgument( eventId != AutomationElement.AutomationPropertyChangedEvent, nameof(SR.EventIdMustNotBeAutomationPropertyChanged) ); 197Misc.ValidateArgument( eventId != AutomationElement.AutomationPropertyChangedEvent, nameof(SR.EventIdMustNotBeAutomationPropertyChanged) ); 234EventListener l = new EventListener(AutomationElement.AutomationPropertyChangedEvent, scope, properties, CacheRequest.CurrentUiaCacheRequest); 252ClientEventManager.RemoveListener(AutomationElement.AutomationPropertyChangedEvent, element, eventHandler);
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
261return eventId == AutomationElement.AutomationPropertyChangedEvent ? properties : new AutomationIdentifier[] { eventId };
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
74if (eventId == AutomationElement.AutomationPropertyChangedEvent) 103if (eventId == AutomationElement.AutomationPropertyChangedEvent)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
297if (eventId == AutomationElement.AutomationPropertyChangedEvent) 333if (eventId == AutomationElement.AutomationPropertyChangedEvent)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1056if (eventId != AutomationElement.AutomationPropertyChangedEvent)