1 implementation of IOleInPlaceFrame
System.Web.Mobile (1)
UI\MobileControls\Design\Util\MSHTMLHost.cs (1)
86
internal 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)
2416
out
IOleInPlaceFrame
ppFrame,
2590
IOleInPlaceFrame
frame,
UI\MobileControls\Design\Util\MSHTMLHost.cs (3)
193
public virtual void GetWindowContext(out NativeMethods.
IOleInPlaceFrame
ppFrame, out NativeMethods.IOleInPlaceUIWindow ppDoc, NativeMethods.COMRECT lprcPosRect, NativeMethods.COMRECT lprcClipRect, NativeMethods.tagOIFI lpFrameInfo) {
195
ppFrame = (NativeMethods.
IOleInPlaceFrame
)this;
297
public virtual int ShowUI(int dwID, NativeMethods.IOleInPlaceActiveObject activeObject, NativeMethods.IOleCommandTarget commandTarget, NativeMethods.
IOleInPlaceFrame
frame, NativeMethods.IOleInPlaceUIWindow doc) {