26 references to SetFocus
UIAutomationClientsideProviders (26)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (5)
481Misc.SetFocus(_hwnd); 645Misc.SetFocus(_hwnd); 659Misc.SetFocus(_hwnd); 673Misc.SetFocus(_hwnd); 1232Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsButton.cs (1)
490Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
590Misc.SetFocus(hwnd);
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (7)
93Misc.SetFocus(_provider._hwnd); 326Misc.SetFocus(_provider._hwnd); 380Misc.SetFocus(_provider._hwnd); 444Misc.SetFocus(_provider._hwnd); 463Misc.SetFocus(_provider._hwnd); 480Misc.SetFocus(_provider._hwnd); 503Misc.SetFocus(_provider._hwnd);
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (2)
116Misc.SetFocus(_hwnd); 143Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
769Misc.SetFocus(hwnd);
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
252Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2277return Misc.SetFocus(_hwnd);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (6)
76Misc.SetFocus(_pattern._hwnd); 277Misc.SetFocus(_pattern._hwnd); 295Misc.SetFocus(_pattern._hwnd); 327Misc.SetFocus(_pattern._hwnd); 349Misc.SetFocus(_pattern._hwnd); 373Misc.SetFocus(_pattern._hwnd);
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1240Misc.SetFocus(_hwnd);