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