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