6 references to RaiseAutomationPropertyChangedEvent
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1878AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(provider, e);
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (1)
442AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(el, new AutomationPropertyChangedEventArgs(property, null, propertyValue));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
305AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(provider, eventArgs);
MS\Internal\AutomationProxies\ProxyFragment.cs (1)
189AutomationInteropProvider.RaiseAutomationPropertyChangedEvent (this, e);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1047AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(parent, new AutomationPropertyChangedEventArgs((AutomationProperty)idProp, null, propertyValue));
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1265AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(this, new AutomationPropertyChangedEventArgs(ExpandCollapsePattern.ExpandCollapseStateProperty, null, GetExpandCollapseState()));