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