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