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