2 implementations of OnFocus
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
241HRESULT IOleControlSite.Interface.OnFocus(BOOL fGotFocus) => HRESULT.S_OK;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
154HRESULT IOleControlSite.Interface.OnFocus(BOOL fGotFocus) => HRESULT.S_OK;
1 reference to OnFocus
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleControlSite.g.cs (1)
255 return __object.OnFocus(fGotFocus);