2 implementations of IOleInPlaceActiveObject
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
73
UnsafeNativeMethods.
IOleInPlaceActiveObject
,
winforms\Managed\System\WinForms\Control.Ime.cs (1)
51
UnsafeNativeMethods.
IOleInPlaceActiveObject
,
20 references to IOleInPlaceActiveObject
System.Windows.Forms (20)
winforms\Managed\System\WinForms\AxHost.cs (6)
217
private UnsafeNativeMethods.
IOleInPlaceActiveObject
iOleInPlaceActiveObject;
218
private UnsafeNativeMethods.
IOleInPlaceActiveObject
iOleInPlaceActiveObjectExternal;
2049
UnsafeNativeMethods.
IOleInPlaceActiveObject
activeObj = GetInPlaceActiveObject();
4660
private UnsafeNativeMethods.
IOleInPlaceActiveObject
GetInPlaceActiveObject() {
4670
iOleInPlaceActiveObject = (UnsafeNativeMethods.
IOleInPlaceActiveObject
)instance;
6011
int UnsafeNativeMethods.IOleInPlaceFrame.SetActiveObject(UnsafeNativeMethods.
IOleInPlaceActiveObject
pActiveObject, string pszObjName) {
winforms\Managed\System\WinForms\Control.cs (7)
15334
int UnsafeNativeMethods.
IOleInPlaceActiveObject
.GetWindow(out IntPtr hwnd) {
15342
void UnsafeNativeMethods.
IOleInPlaceActiveObject
.ContextSensitiveHelp(int fEnterMode) {
15350
int UnsafeNativeMethods.
IOleInPlaceActiveObject
.TranslateAccelerator(ref NativeMethods.MSG lpmsg) {
15358
void UnsafeNativeMethods.
IOleInPlaceActiveObject
.OnFrameWindowActivate(bool fActivate) {
15368
void UnsafeNativeMethods.
IOleInPlaceActiveObject
.OnDocWindowActivate(int fActivate) {
15379
void UnsafeNativeMethods.
IOleInPlaceActiveObject
.ResizeBorder(NativeMethods.COMRECT prcBorder, UnsafeNativeMethods.IOleInPlaceUIWindow pUIWindow, bool fFrameWindow) {
15388
void UnsafeNativeMethods.
IOleInPlaceActiveObject
.EnableModeless(int fEnable) {
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (3)
2064
UnsafeNativeMethods.
IOleInPlaceActiveObject
pActiveObject,
2135
UnsafeNativeMethods.
IOleInPlaceActiveObject
activeObject,
5557
UnsafeNativeMethods.
IOleInPlaceActiveObject
pActiveObject,
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1771
int UnsafeNativeMethods.IDocHostUIHandler.ShowUI(int dwID, UnsafeNativeMethods.
IOleInPlaceActiveObject
activeObject,
winforms\Managed\System\WinForms\WebBrowserBase.cs (2)
74
private UnsafeNativeMethods.
IOleInPlaceActiveObject
axOleInPlaceActiveObject;
1087
this.axOleInPlaceActiveObject = (UnsafeNativeMethods.
IOleInPlaceActiveObject
)activeXInstance;
winforms\Managed\System\WinForms\WebBrowserContainer.cs (1)
92
int UnsafeNativeMethods.IOleInPlaceFrame.SetActiveObject(UnsafeNativeMethods.
IOleInPlaceActiveObject
pActiveObject, string pszObjName) {