5 references to GetExpandCollapseState
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsTreeView.cs (5)
1088switch (GetExpandCollapseState()) 1117switch (GetExpandCollapseState()) 1140return GetExpandCollapseState(); 1266StructureChangeType changeType = GetExpandCollapseState() == ExpandCollapseState.Expanded ? StructureChangeType.ChildrenBulkAdded : StructureChangeType.ChildrenBulkRemoved; 1272AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(this, new AutomationPropertyChangedEventArgs(ExpandCollapsePattern.ExpandCollapseStateProperty, null, GetExpandCollapseState()));