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