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