2 implementations of IOleInPlaceFrame
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
5253internal class AxContainer : UnsafeNativeMethods.IOleContainer, UnsafeNativeMethods.IOleInPlaceFrame, IReflect {
winforms\Managed\System\WinForms\WebBrowserContainer.cs (1)
21internal class WebBrowserContainer : UnsafeNativeMethods.IOleContainer, UnsafeNativeMethods.IOleInPlaceFrame {
31 references to IOleInPlaceFrame
System.Windows.Forms (31)
winforms\Managed\System\WinForms\AxHost.cs (13)
4266int UnsafeNativeMethods.IOleInPlaceSite.GetWindowContext(out UnsafeNativeMethods.IOleInPlaceFrame ppFrame, out UnsafeNativeMethods.IOleInPlaceUIWindow ppDoc, 5961IntPtr UnsafeNativeMethods.IOleInPlaceFrame.GetWindow() { 5966int UnsafeNativeMethods.IOleInPlaceFrame.ContextSensitiveHelp(int fEnterMode) { 5975int UnsafeNativeMethods.IOleInPlaceFrame.GetBorder(NativeMethods.COMRECT lprectBorder) { 5984int UnsafeNativeMethods.IOleInPlaceFrame.RequestBorderSpace(NativeMethods.COMRECT pborderwidths) { 5993int UnsafeNativeMethods.IOleInPlaceFrame.SetBorderSpace(NativeMethods.COMRECT pborderwidths) { 6011int UnsafeNativeMethods.IOleInPlaceFrame.SetActiveObject(UnsafeNativeMethods.IOleInPlaceActiveObject pActiveObject, string pszObjName) { 6068int UnsafeNativeMethods.IOleInPlaceFrame.InsertMenus(IntPtr hmenuShared, NativeMethods.tagOleMenuGroupWidths lpMenuWidths) { 6077int UnsafeNativeMethods.IOleInPlaceFrame.SetMenu(IntPtr hmenuShared, IntPtr holemenu, IntPtr hwndActiveObject) { 6086int UnsafeNativeMethods.IOleInPlaceFrame.RemoveMenus(IntPtr hmenuShared) { 6095int UnsafeNativeMethods.IOleInPlaceFrame.SetStatusText(string pszStatusText) { 6104int UnsafeNativeMethods.IOleInPlaceFrame.EnableModeless(bool fEnable) { 6112int UnsafeNativeMethods.IOleInPlaceFrame.TranslateAccelerator(ref NativeMethods.MSG lpmsg, short wID) {
winforms\Managed\System\WinForms\Control.cs (2)
16289private UnsafeNativeMethods.IOleInPlaceFrame inPlaceFrame; 17075UnsafeNativeMethods.IOleInPlaceFrame pFrame;
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
1880out UnsafeNativeMethods.IOleInPlaceFrame ppFrame, 2139UnsafeNativeMethods.IOleInPlaceFrame frame,
winforms\Managed\System\WinForms\WebBrowser.cs (1)
1772NativeMethods.IOleCommandTarget commandTarget, UnsafeNativeMethods.IOleInPlaceFrame frame,
winforms\Managed\System\WinForms\WebBrowserContainer.cs (12)
72IntPtr UnsafeNativeMethods.IOleInPlaceFrame.GetWindow() { 76int UnsafeNativeMethods.IOleInPlaceFrame.ContextSensitiveHelp(int fEnterMode) { 80int UnsafeNativeMethods.IOleInPlaceFrame.GetBorder(NativeMethods.COMRECT lprectBorder) { 84int UnsafeNativeMethods.IOleInPlaceFrame.RequestBorderSpace(NativeMethods.COMRECT pborderwidths) { 88int UnsafeNativeMethods.IOleInPlaceFrame.SetBorderSpace(NativeMethods.COMRECT pborderwidths) { 92int UnsafeNativeMethods.IOleInPlaceFrame.SetActiveObject(UnsafeNativeMethods.IOleInPlaceActiveObject pActiveObject, string pszObjName) { 137int UnsafeNativeMethods.IOleInPlaceFrame.InsertMenus(IntPtr hmenuShared, NativeMethods.tagOleMenuGroupWidths lpMenuWidths) { 141int UnsafeNativeMethods.IOleInPlaceFrame.SetMenu(IntPtr hmenuShared, IntPtr holemenu, IntPtr hwndActiveObject) { 145int UnsafeNativeMethods.IOleInPlaceFrame.RemoveMenus(IntPtr hmenuShared) { 149int UnsafeNativeMethods.IOleInPlaceFrame.SetStatusText(string pszStatusText) { 153int UnsafeNativeMethods.IOleInPlaceFrame.EnableModeless(bool fEnable) { 157int UnsafeNativeMethods.IOleInPlaceFrame.TranslateAccelerator(ref NativeMethods.MSG lpmsg, short wID) {
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
301int UnsafeNativeMethods.IOleInPlaceSite.GetWindowContext(out UnsafeNativeMethods.IOleInPlaceFrame ppFrame, out UnsafeNativeMethods.IOleInPlaceUIWindow ppDoc,