6 references to RaiseAutomationPropertyChangedEvent
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1879
AutomationInteropProvider.
RaiseAutomationPropertyChangedEvent
(provider, e);
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (1)
443
AutomationInteropProvider.
RaiseAutomationPropertyChangedEvent
(el, new AutomationPropertyChangedEventArgs(property, null, propertyValue));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
306
AutomationInteropProvider.
RaiseAutomationPropertyChangedEvent
(provider, eventArgs);
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
190
AutomationInteropProvider.
RaiseAutomationPropertyChangedEvent
(this, e);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1048
AutomationInteropProvider.
RaiseAutomationPropertyChangedEvent
(parent, new AutomationPropertyChangedEventArgs((AutomationProperty)idProp, null, propertyValue));
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1266
AutomationInteropProvider.
RaiseAutomationPropertyChangedEvent
(this, new AutomationPropertyChangedEventArgs(ExpandCollapsePattern.ExpandCollapseStateProperty, null, GetExpandCollapseState()));