13 references to RaiseStructureChangedEvent
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
1956AutomationInteropProvider.RaiseStructureChangedEvent( 1974AutomationInteropProvider.RaiseStructureChangedEvent( 1991AutomationInteropProvider.RaiseStructureChangedEvent(
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\EventManager.cs (4)
158AutomationInteropProvider.RaiseStructureChangedEvent( el, new StructureChangedEventArgs( StructureChangeType.ChildrenReordered, el.MakeRuntimeId() ) ); 400AutomationInteropProvider.RaiseStructureChangedEvent (el, new StructureChangedEventArgs (StructureChangeType.ChildAdded, el.MakeRuntimeId())); 404AutomationInteropProvider.RaiseStructureChangedEvent( el, new StructureChangedEventArgs( StructureChangeType.ChildRemoved, el.MakeRuntimeId() ) ); 411AutomationInteropProvider.RaiseStructureChangedEvent( el, new StructureChangedEventArgs( StructureChangeType.ChildrenInvalidated, el.MakeRuntimeId() ) );
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
378AutomationInteropProvider.RaiseStructureChangedEvent(srcElement, eventArgs);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
506AutomationInteropProvider.RaiseStructureChangedEvent( wlb, new StructureChangedEventArgs( StructureChangeType.ChildrenInvalidated, wlb.MakeRuntimeId() ) );
MS\Internal\AutomationProxies\WindowsListView.cs (3)
128AutomationInteropProvider.RaiseStructureChangedEvent( wlv, new StructureChangedEventArgs( StructureChangeType.ChildrenInvalidated, wlv.MakeRuntimeId() ) ); 1205AutomationInteropProvider.RaiseStructureChangedEvent(wlv, change); 1997AutomationInteropProvider.RaiseStructureChangedEvent( parent, new StructureChangedEventArgs( StructureChangeType.ChildrenInvalidated, parent.MakeRuntimeId() ) );
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1265AutomationInteropProvider.RaiseStructureChangedEvent( this, new StructureChangedEventArgs( changeType, GetRuntimeId() ) );