2 implementations of GetWindowContext
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (1)
368HRESULT IOleInPlaceSite.Interface.GetWindowContext(
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
244HRESULT IOleInPlaceSite.Interface.GetWindowContext(
3 references to GetWindowContext
System.Windows.Forms.Primitives (3)
Windows.Win32.IOleInPlaceSite.g.cs (1)
246 return __object.GetWindowContext(ppFrame, ppDoc, lprcPosRect, lprcClipRect, lpFrameInfo);
Windows.Win32.System_Ole_IOleInPlaceSite_Extensions.g.cs (2)
33 /// <inheritdoc cref="winmdroot.System.Ole.IOleInPlaceSite.Interface.GetWindowContext(winmdroot.System.Ole.IOleInPlaceFrame**, winmdroot.System.Ole.IOleInPlaceUIWindow**, winmdroot.Foundation.RECT*, winmdroot.Foundation.RECT*, winmdroot.System.Ole.OLEINPLACEFRAMEINFO*)"/> 42 winmdroot.Foundation.HRESULT __result = @this.GetWindowContext(ppFrame, ppDoc, lprcPosRectLocal, lprcClipRectLocal, lpFrameInfoLocal);