1 implementation of IOleInPlaceSite
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 {
4 references to IOleInPlaceSite
System.Web.Mobile (4)
UI\MobileControls\Design\NativeMethods.cs (3)
2329
IOleInPlaceSite
pIPSite);
2332
IOleInPlaceSite
GetInPlaceSite();
2389
IOleInPlaceSite
pIPSiteNew,
UI\MobileControls\Design\Util\MSHTMLHost.cs (1)
163
tridentView.SetInPlaceSite((NativeMethods.
IOleInPlaceSite
)this);