6 references to ChildrenInvalidated
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1950
flags = StructureChangeType.
ChildrenInvalidated
;
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (1)
410
AutomationInteropProvider.RaiseStructureChangedEvent( el, new StructureChangedEventArgs( StructureChangeType.
ChildrenInvalidated
, el.MakeRuntimeId() ) );
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() ) );
1200
StructureChangedEventArgs change = new StructureChangedEventArgs( StructureChangeType.
ChildrenInvalidated
, ( (WindowsListView)wlv ).MakeRuntimeId() );
1993
AutomationInteropProvider.RaiseStructureChangedEvent( parent, new StructureChangedEventArgs( StructureChangeType.
ChildrenInvalidated
, parent.MakeRuntimeId() ) );