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