4 references to ChildRemoved
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1977new StructureChangedEventArgs(StructureChangeType.ChildRemoved, rid));
UIAutomationClient (1)
MS\Internal\Automation\ClientEventManager.cs (1)
603StructureChangedEventArgs e = new StructureChangedEventArgs( StructureChangeType.ChildRemoved, runtimeId );
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\EventManager.cs (1)
403AutomationInteropProvider.RaiseStructureChangedEvent( el, new StructureChangedEventArgs( StructureChangeType.ChildRemoved, el.MakeRuntimeId() ) );
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
356type = StructureChangeType.ChildRemoved;