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