5 references to GetExpandCollapseState
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsTreeView.cs (5)
1097switch (GetExpandCollapseState()) 1126switch (GetExpandCollapseState()) 1149return GetExpandCollapseState(); 1275StructureChangeType changeType = GetExpandCollapseState() == ExpandCollapseState.Expanded ? StructureChangeType.ChildrenBulkAdded : StructureChangeType.ChildrenBulkRemoved; 1281AutomationInteropProvider.RaiseAutomationPropertyChangedEvent(this, new AutomationPropertyChangedEventArgs(ExpandCollapsePattern.ExpandCollapseStateProperty, null, GetExpandCollapseState()));