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