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