2 references to ChildrenBulkAdded
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1949flags = StructureChangeType.ChildrenBulkAdded;
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1260StructureChangeType changeType = GetExpandCollapseState() == ExpandCollapseState.Expanded ? StructureChangeType.ChildrenBulkAdded : StructureChangeType.ChildrenBulkRemoved;