26 references to SetFocus
UIAutomationClientSideProviders (26)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (5)
461Misc.SetFocus(_hwnd); 625Misc.SetFocus(_hwnd); 639Misc.SetFocus(_hwnd); 653Misc.SetFocus(_hwnd); 1205Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
479Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
577Misc.SetFocus(hwnd);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (7)
86Misc.SetFocus(_provider._hwnd); 307Misc.SetFocus(_provider._hwnd); 361Misc.SetFocus(_provider._hwnd); 425Misc.SetFocus(_provider._hwnd); 444Misc.SetFocus(_provider._hwnd); 461Misc.SetFocus(_provider._hwnd); 484Misc.SetFocus(_provider._hwnd);
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (2)
105Misc.SetFocus(_hwnd); 132Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
759Misc.SetFocus(hwnd);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
247Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2265return Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (6)
69Misc.SetFocus(_pattern._hwnd); 258Misc.SetFocus(_pattern._hwnd); 276Misc.SetFocus(_pattern._hwnd); 308Misc.SetFocus(_pattern._hwnd); 330Misc.SetFocus(_pattern._hwnd); 354Misc.SetFocus(_pattern._hwnd);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1231Misc.SetFocus(_hwnd);