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