26 references to SetFocus
UIAutomationClientSideProviders (26)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (5)
455Misc.SetFocus(_hwnd); 619Misc.SetFocus(_hwnd); 633Misc.SetFocus(_hwnd); 647Misc.SetFocus(_hwnd); 1197Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
470Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
568Misc.SetFocus(hwnd);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (7)
79Misc.SetFocus(_provider._hwnd); 300Misc.SetFocus(_provider._hwnd); 354Misc.SetFocus(_provider._hwnd); 418Misc.SetFocus(_provider._hwnd); 437Misc.SetFocus(_provider._hwnd); 454Misc.SetFocus(_provider._hwnd); 477Misc.SetFocus(_provider._hwnd);
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (2)
91Misc.SetFocus(_hwnd); 118Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
754Misc.SetFocus(hwnd);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
244Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2256return Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (6)
64Misc.SetFocus(_pattern._hwnd); 250Misc.SetFocus(_pattern._hwnd); 268Misc.SetFocus(_pattern._hwnd); 300Misc.SetFocus(_pattern._hwnd); 322Misc.SetFocus(_pattern._hwnd); 346Misc.SetFocus(_pattern._hwnd);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1224Misc.SetFocus(_hwnd);