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