1 interface inheriting from Interface
System.Windows.Forms.Primitives (1)
Windows.Win32.IOleInPlaceObjectWindowless.g.cs (1)
383 :winmdroot.System.Ole.IOleWindow.Interface,winmdroot.System.Ole.IOleInPlaceObject.Interface {
1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (1)
17IOleInPlaceObject.Interface,
23 references to Interface
System.Windows.Forms (13)
System\Windows\Forms\ActiveX\Control_ActiveXControlInterfaces.cs (10)
85=> ((IOleInPlaceObject.Interface)this).GetWindow(phwnd); 89=> ((IOleInPlaceObject.Interface)this).ContextSensitiveHelp(fEnterMode); 117HRESULT IOleInPlaceObject.Interface.GetWindow(HWND* phwnd) => ActiveXInstance.GetWindow(phwnd); 120HRESULT IOleInPlaceObject.Interface.ContextSensitiveHelp(BOOL fEnterMode) 131HRESULT IOleInPlaceObject.Interface.InPlaceDeactivate() => ActiveXInstance.InPlaceDeactivate(); 134HRESULT IOleInPlaceObject.Interface.UIDeactivate() => ActiveXInstance.UIDeactivate(); 137HRESULT IOleInPlaceObject.Interface.SetObjectRects(RECT* lprcPosRect, RECT* lprcClipRect) => 141HRESULT IOleInPlaceObject.Interface.ReactivateAndUndo() => HRESULT.S_OK; 348HRESULT IOleWindow.Interface.GetWindow(HWND* phwnd) => ((IOleInPlaceObject.Interface)this).GetWindow(phwnd); 352=> ((IOleInPlaceObject.Interface)this).ContextSensitiveHelp(fEnterMode);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (3)
45private IOleInPlaceObject.Interface? _axOleInPlaceObject; 1018_axOleInPlaceObject = (IOleInPlaceObject.Interface)_activeXInstance; 1180internal IOleInPlaceObject.Interface? AXInPlaceObject => _axOleInPlaceObject;
System.Windows.Forms.Primitives (10)
Windows.Win32.IOleInPlaceObject.g.cs (6)
72 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 97 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 122 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 157 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 204 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object); 240 winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out Interface __object);
Windows.Win32.System_Ole_IOleInPlaceObject_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceObject.Interface.GetWindow(winmdroot.Foundation.HWND*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetWindow(this winmdroot.System.Ole.IOleInPlaceObject.Interface @this, out winmdroot.Foundation.HWND phwnd) 33 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceObject.Interface.SetObjectRects(winmdroot.Foundation.RECT*, winmdroot.Foundation.RECT*)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT SetObjectRects(this winmdroot.System.Ole.IOleInPlaceObject.Interface @this, in winmdroot.Foundation.RECT lprcPosRect, in winmdroot.Foundation.RECT lprcClipRect)