2 implementations of LockInPlaceActive
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
144HRESULT IOleControlSite.Interface.LockInPlaceActive(BOOL fLock) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
69HRESULT IOleControlSite.Interface.LockInPlaceActive(BOOL fLock) => HRESULT.E_NOTIMPL;
1 reference to LockInPlaceActive
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleControlSite.g.cs (1)
97 return __object.LockInPlaceActive(fLock);