5 references to ChildAdded
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1995
new StructureChangedEventArgs(StructureChangeType.
ChildAdded
, rid));
UIAutomationClient (1)
MS\Internal\Automation\ClientEventManager.cs (1)
661
StructureChangedEventArgs e = new StructureChangedEventArgs( StructureChangeType.
ChildAdded
, rawEl.GetRuntimeId() );
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (1)
400
AutomationInteropProvider.RaiseStructureChangedEvent (el, new StructureChangedEventArgs (StructureChangeType.
ChildAdded
, el.MakeRuntimeId()));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (2)
325
StructureChangeType type = StructureChangeType.
ChildAdded
; // Actual value is assigned below; any value will do here, to init the var
335
type = StructureChangeType.
ChildAdded
;