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