18 implementations of Collapse
PresentationCore (1)
MS\Internal\Automation\ExpandCollapseProviderWrapper.cs (1)
63public void Collapse()
PresentationFramework (6)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
204void IExpandCollapseProvider.Collapse()
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
140void IExpandCollapseProvider.Collapse()
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
93void IExpandCollapseProvider.Collapse()
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
209void IExpandCollapseProvider.Collapse()
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
125void IExpandCollapseProvider.Collapse()
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
269void IExpandCollapseProvider.Collapse()
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
257public void Collapse()
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
99void IExpandCollapseProvider.Collapse()
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
164void IExpandCollapseProvider.Collapse()
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (1)
163void IExpandCollapseProvider.Collapse()
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
99public void Collapse()
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
71void IExpandCollapseProvider.Collapse()
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
446void IExpandCollapseProvider.Collapse ()
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
435void IExpandCollapseProvider.Collapse()
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1725void IExpandCollapseProvider.Collapse()
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
497void IExpandCollapseProvider.Collapse ()
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1099void IExpandCollapseProvider.Collapse ()
2 references to Collapse
PresentationCore (1)
MS\Internal\Automation\ExpandCollapseProviderWrapper.cs (1)
110_iface.Collapse();
PresentationFramework (1)
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
131iExpandCollapseProvider.Collapse();