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