2 implementations of OnFocus
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
4136
int UnsafeNativeMethods.IOleControlSite.
OnFocus
(int fGotFocus) {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
188
int UnsafeNativeMethods.IOleControlSite.
OnFocus
(int fGotFocus) {
1 reference to OnFocus
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
17587
((UnsafeNativeMethods.IOleControlSite)clientSite).
OnFocus
(focus ? 1 : 0);