45 references to Expanded
PresentationFramework (18)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (4)
117if(((IExpandCollapseProvider)this).ExpandCollapseState == ExpandCollapseState.Expanded) 220return owner.IsDropDownOpen ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed; 230oldValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed, 231newValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed);
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
131return ExpandCollapseState.Expanded;
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (3)
108return owner.IsExpanded ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed; 118oldValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed, 119newValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed);
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (1)
47if (iecp.ExpandCollapseState != ExpandCollapseState.Expanded)
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (4)
164if (ExpandCollapseState.Expanded == ((IExpandCollapseProvider)this).ExpandCollapseState) 241result = ExpandCollapseState.Expanded; 301oldValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed, 302newValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed);
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (2)
160oldValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed, 161newValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed);
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (3)
290return treeViewItem.IsExpanded ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed; 307oldValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed, 308newValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed);
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (3)
277return OwningRibbon.IsMinimized ? ExpandCollapseState.Collapsed : ExpandCollapseState.Expanded; 305oldValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed, 306newValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed);
Microsoft\Windows\Automation\Peers\RibbonGroupAutomationPeer.cs (2)
133oldValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed, 134newValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed);
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
130return wrapperGroup.IsDropDownOpen ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed;
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (3)
205result = ExpandCollapseState.Expanded; 267oldValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed, 268newValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed);
Microsoft\Windows\Automation\Peers\RibbonMenuItemAutomationPeer.cs (2)
102oldValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed, 103newValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed);
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (1)
217result = ExpandCollapseState.Expanded;
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (3)
88oldValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed, 89newValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed); 127return OwningToolBar.HasOverflowItems && OwningToolBar.IsOverflowOpen ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed;
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (2)
144oldValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed, 145newValue ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed);
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (2)
120return ExpandCollapseState.Expanded; 130return ExpandCollapseState.Expanded;
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
464return (GetDroppedState (_hwnd)) ? ExpandCollapseState.Expanded : ExpandCollapseState.Collapsed;
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
446: ExpandCollapseState.Expanded;
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1773return (IsSubmenuCollapsed()) ? ExpandCollapseState.Collapsed : ExpandCollapseState.Expanded;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
511return ExpandCollapseState.Expanded;
MS\Internal\AutomationProxies\WindowsTreeView.cs (4)
1087case ExpandCollapseState.Expanded : 1116case ExpandCollapseState.Expanded : 1259StructureChangeType changeType = GetExpandCollapseState() == ExpandCollapseState.Expanded ? StructureChangeType.ChildrenBulkAdded : StructureChangeType.ChildrenBulkRemoved; 1370return ExpandCollapseState.Expanded;