2 implementations of IOleInPlaceObject
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
72UnsafeNativeMethods.IOleInPlaceObject,
winforms\Managed\System\WinForms\Control.Ime.cs (1)
50UnsafeNativeMethods.IOleInPlaceObject,
17 references to IOleInPlaceObject
System.Windows.Forms (17)
winforms\Managed\System\WinForms\AxHost.cs (4)
214private UnsafeNativeMethods.IOleInPlaceObject iOleInPlaceObject; 3498UnsafeNativeMethods.IOleInPlaceObject ipo = GetInPlaceObject(); 4687private UnsafeNativeMethods.IOleInPlaceObject GetInPlaceObject() { 4690iOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject) instance;
winforms\Managed\System\WinForms\Control.cs (10)
15335return((UnsafeNativeMethods.IOleInPlaceObject)this).GetWindow(out hwnd); 15343((UnsafeNativeMethods.IOleInPlaceObject)this).ContextSensitiveHelp(fEnterMode); 15397int UnsafeNativeMethods.IOleInPlaceObject.GetWindow(out IntPtr hwnd) { 15408void UnsafeNativeMethods.IOleInPlaceObject.ContextSensitiveHelp(int fEnterMode) { 15419void UnsafeNativeMethods.IOleInPlaceObject.InPlaceDeactivate() { 15430int UnsafeNativeMethods.IOleInPlaceObject.UIDeactivate() { 15439void UnsafeNativeMethods.IOleInPlaceObject.SetObjectRects(NativeMethods.COMRECT lprcPosRect, NativeMethods.COMRECT lprcClipRect) { 15450void UnsafeNativeMethods.IOleInPlaceObject.ReactivateAndUndo() { 15721return((UnsafeNativeMethods.IOleInPlaceObject)this).GetWindow(out hwnd); 15729((UnsafeNativeMethods.IOleInPlaceObject)this).ContextSensitiveHelp(fEnterMode);
winforms\Managed\System\WinForms\WebBrowserBase.cs (3)
73private UnsafeNativeMethods.IOleInPlaceObject axOleInPlaceObject; 1086this.axOleInPlaceObject = (UnsafeNativeMethods.IOleInPlaceObject)activeXInstance; 1315internal UnsafeNativeMethods.IOleInPlaceObject AXInPlaceObject {