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