26 references to SetFocus
UIAutomationClientSideProviders (26)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (5)
456Misc.SetFocus(_hwnd); 620Misc.SetFocus(_hwnd); 634Misc.SetFocus(_hwnd); 648Misc.SetFocus(_hwnd); 1198Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
474Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
573Misc.SetFocus(hwnd);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (7)
80Misc.SetFocus(_provider._hwnd); 301Misc.SetFocus(_provider._hwnd); 355Misc.SetFocus(_provider._hwnd); 419Misc.SetFocus(_provider._hwnd); 438Misc.SetFocus(_provider._hwnd); 455Misc.SetFocus(_provider._hwnd); 478Misc.SetFocus(_provider._hwnd);
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (2)
96Misc.SetFocus(_hwnd); 123Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
755Misc.SetFocus(hwnd);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
245Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2257return Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (6)
65Misc.SetFocus(_pattern._hwnd); 251Misc.SetFocus(_pattern._hwnd); 269Misc.SetFocus(_pattern._hwnd); 301Misc.SetFocus(_pattern._hwnd); 323Misc.SetFocus(_pattern._hwnd); 347Misc.SetFocus(_pattern._hwnd);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1226Misc.SetFocus(_hwnd);