6 references to RaiseAutomationPropertyChangedEvent
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1878
AutomationInteropProvider.
RaiseAutomationPropertyChangedEvent
(provider, e);
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (1)
442
AutomationInteropProvider.
RaiseAutomationPropertyChangedEvent
(el, new AutomationPropertyChangedEventArgs(property, null, propertyValue));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
305
AutomationInteropProvider.
RaiseAutomationPropertyChangedEvent
(provider, eventArgs);
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
189
AutomationInteropProvider.
RaiseAutomationPropertyChangedEvent
(this, e);
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()));