2 implementations of GetFocus
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
1027object UnsafeNativeMethods.IRawElementProviderFragmentRoot.GetFocus() { 3502object UnsafeNativeMethods.IRawElementProviderFragmentRoot.GetFocus() {
1 reference to GetFocus
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
3504return AsNativeAccessible(publicIRawElementProviderFragmentRoot.GetFocus());