1 implementation of IOleInPlaceFrame
System.Web.Mobile (1)
UI\MobileControls\Design\Util\MSHTMLHost.cs (1)
86internal class TridentSite : NativeMethods.IOleClientSite, NativeMethods.IOleDocumentSite, NativeMethods.IOleInPlaceSite, NativeMethods.IOleInPlaceFrame, NativeMethods.IDocHostUIHandler {
5 references to IOleInPlaceFrame
System.Web.Mobile (5)
UI\MobileControls\Design\NativeMethods.cs (2)
2416out IOleInPlaceFrame ppFrame, 2590IOleInPlaceFrame frame,
UI\MobileControls\Design\Util\MSHTMLHost.cs (3)
193public virtual void GetWindowContext(out NativeMethods.IOleInPlaceFrame ppFrame, out NativeMethods.IOleInPlaceUIWindow ppDoc, NativeMethods.COMRECT lprcPosRect, NativeMethods.COMRECT lprcClipRect, NativeMethods.tagOIFI lpFrameInfo) { 195ppFrame = (NativeMethods.IOleInPlaceFrame)this; 297public virtual int ShowUI(int dwID, NativeMethods.IOleInPlaceActiveObject activeObject, NativeMethods.IOleCommandTarget commandTarget, NativeMethods.IOleInPlaceFrame frame, NativeMethods.IOleInPlaceUIWindow doc) {