2 implementations of LockContainer
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
605HRESULT IOleContainer.Interface.LockContainer(BOOL fLock) => HRESULT.E_NOTIMPL;
System\Windows\Forms\Controls\WebBrowser\WebBrowserContainer.cs (1)
66HRESULT IOleContainer.Interface.LockContainer(BOOL fLock) => HRESULT.E_NOTIMPL;
1 reference to LockContainer
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleContainer.g.cs (1)
134 return __object.LockContainer(fLock);