18 implementations of Expand
PresentationCore (1)
MS\Internal\Automation\ExpandCollapseProviderWrapper.cs (1)
58
public void
Expand
()
PresentationFramework (6)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
190
void IExpandCollapseProvider.
Expand
()
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
145
void IExpandCollapseProvider.
Expand
()
System\Windows\Automation\Peers\ExpanderAutomationPeer.cs (1)
80
void IExpandCollapseProvider.
Expand
()
System\Windows\Automation\Peers\MenuItemAutomationPeer.cs (1)
191
void IExpandCollapseProvider.
Expand
()
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
112
void IExpandCollapseProvider.
Expand
()
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
253
void IExpandCollapseProvider.
Expand
()
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
265
public void
Expand
()
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
111
void IExpandCollapseProvider.
Expand
()
Microsoft\Windows\Automation\Peers\RibbonMenuButtonAutomationPeer.cs (1)
178
void IExpandCollapseProvider.
Expand
()
Microsoft\Windows\Automation\Peers\RibbonMenuItemDataAutomationPeer.cs (1)
132
void IExpandCollapseProvider.
Expand
()
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
111
public void
Expand
()
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
88
void IExpandCollapseProvider.
Expand
()
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
432
void IExpandCollapseProvider.
Expand
()
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
410
void IExpandCollapseProvider.
Expand
()
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1682
void IExpandCollapseProvider.
Expand
()
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
488
void IExpandCollapseProvider.
Expand
()
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1070
void IExpandCollapseProvider.
Expand
()
6 references to Expand
PresentationCore (1)
MS\Internal\Automation\ExpandCollapseProviderWrapper.cs (1)
104
_iface.
Expand
();
PresentationFramework (3)
System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (1)
48
iecp.
Expand
();
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (2)
118
iExpandCollapseProvider.
Expand
();
295
(treeViewItemAutomationPeer as IExpandCollapseProvider).
Expand
();
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
802
((IExpandCollapseProvider)_listBox._parent).
Expand
();
852
((IExpandCollapseProvider)_listBox._parent).
Expand
();