13 references to AutomationPropertyChangedEvent
UIAutomationClient (7)
MS\Internal\Automation\BoundingRectTracker.cs (1)
122
ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.
AutomationPropertyChangedEvent
, rawEl, e);
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
118
ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.
AutomationPropertyChangedEvent
, rawEl, e);
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
110
ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.
AutomationPropertyChangedEvent
, rawEl, e);
System\Windows\Automation\Automation.cs (4)
142
Misc.ValidateArgument( eventId != AutomationElement.
AutomationPropertyChangedEvent
, nameof(SR.EventIdMustNotBeAutomationPropertyChanged) );
213
Misc.ValidateArgument( eventId != AutomationElement.
AutomationPropertyChangedEvent
, nameof(SR.EventIdMustNotBeAutomationPropertyChanged) );
250
EventListener l = new EventListener(AutomationElement.
AutomationPropertyChangedEvent
, scope, properties, CacheRequest.CurrentUiaCacheRequest);
268
ClientEventManager.RemoveListener(AutomationElement.
AutomationPropertyChangedEvent
, element, eventHandler);
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
264
return eventId == AutomationElement.
AutomationPropertyChangedEvent
? properties : new AutomationIdentifier[] { eventId };
MS\Internal\AutomationProxies\ProxyHwnd.cs (2)
83
if (eventId == AutomationElement.
AutomationPropertyChangedEvent
)
113
if (eventId == AutomationElement.
AutomationPropertyChangedEvent
)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
302
if (eventId == AutomationElement.
AutomationPropertyChangedEvent
)
340
if (eventId == AutomationElement.
AutomationPropertyChangedEvent
)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1063
if (eventId != AutomationElement.
AutomationPropertyChangedEvent
)