2 implementations of SetFocus
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1083HRESULT IRawElementProviderFragment.Interface.SetFocus()
System.Windows.Forms.Primitives (1)
Interop\UiaCore\Interop.StubFragmentRoot.cs (1)
88HRESULT IRawElementProviderFragment.Interface.SetFocus() => HRESULT.S_OK;
1 reference to SetFocus
System.Windows.Forms.Primitives (1)
Windows.Win32.IRawElementProviderFragment.g.cs (1)
238 return __object.SetFocus();