10 references to AutomationPropertyChangedEventArgs
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1877
AutomationPropertyChangedEventArgs e = new
AutomationPropertyChangedEventArgs
(propertyId, oldValue, newValue);
UIAutomationClient (4)
MS\Internal\Automation\BoundingRectTracker.cs (1)
108
AutomationPropertyChangedEventArgs e = new
AutomationPropertyChangedEventArgs
(
MS\Internal\Automation\UiaCoreApi.cs (1)
665
return new
AutomationPropertyChangedEventArgs
(propertyId, pcargs._oldValue, pcargs._newValue);
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
109
AutomationPropertyChangedEventArgs e = new
AutomationPropertyChangedEventArgs
(
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
104
AutomationPropertyChangedEventArgs e = new
AutomationPropertyChangedEventArgs
(
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (2)
148
el.RecursiveRaiseEvents(ValuePattern.IsReadOnlyProperty, new
AutomationPropertyChangedEventArgs
(ValuePattern.IsReadOnlyProperty, null, fIsReadOnly));
442
AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(el, new
AutomationPropertyChangedEventArgs
(property, null, propertyValue));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
303
AutomationPropertyChangedEventArgs eventArgs = new
AutomationPropertyChangedEventArgs
(property, null, newValue);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1047
AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(parent, new
AutomationPropertyChangedEventArgs
((AutomationProperty)idProp, null, propertyValue));
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1265
AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(this, new
AutomationPropertyChangedEventArgs
(ExpandCollapsePattern.ExpandCollapseStateProperty, null, GetExpandCollapseState()));