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