13 references to RaiseStructureChangedEvent
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
1957AutomationInteropProvider.RaiseStructureChangedEvent( 1975AutomationInteropProvider.RaiseStructureChangedEvent( 1992AutomationInteropProvider.RaiseStructureChangedEvent(
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\EventManager.cs (4)
157AutomationInteropProvider.RaiseStructureChangedEvent( el, new StructureChangedEventArgs( StructureChangeType.ChildrenReordered, el.MakeRuntimeId() ) ); 399AutomationInteropProvider.RaiseStructureChangedEvent (el, new StructureChangedEventArgs (StructureChangeType.ChildAdded, el.MakeRuntimeId())); 403AutomationInteropProvider.RaiseStructureChangedEvent( el, new StructureChangedEventArgs( StructureChangeType.ChildRemoved, el.MakeRuntimeId() ) ); 410AutomationInteropProvider.RaiseStructureChangedEvent( el, new StructureChangedEventArgs( StructureChangeType.ChildrenInvalidated, el.MakeRuntimeId() ) );
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
377AutomationInteropProvider.RaiseStructureChangedEvent(srcElement, eventArgs);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
502AutomationInteropProvider.RaiseStructureChangedEvent( wlb, new StructureChangedEventArgs( StructureChangeType.ChildrenInvalidated, wlb.MakeRuntimeId() ) );
MS\Internal\AutomationProxies\WindowsListView.cs (3)
127AutomationInteropProvider.RaiseStructureChangedEvent( wlv, new StructureChangedEventArgs( StructureChangeType.ChildrenInvalidated, wlv.MakeRuntimeId() ) ); 1201AutomationInteropProvider.RaiseStructureChangedEvent(wlv, change); 1995AutomationInteropProvider.RaiseStructureChangedEvent( parent, new StructureChangedEventArgs( StructureChangeType.ChildrenInvalidated, parent.MakeRuntimeId() ) );
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1260AutomationInteropProvider.RaiseStructureChangedEvent( this, new StructureChangedEventArgs( changeType, GetRuntimeId() ) );