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