7 references to SetViewportExtEx
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
467PInvoke.SetViewportExtEx(hdcDraw, p2.X, p2.Y, (SIZE*)&sViewportExt); 491PInvoke.SetViewportExtEx(hdcDraw, sViewportExt.Width, sViewportExt.Height, lpsz: null);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
169PInvoke.SetViewportExtEx(hdc, -originalExtents.Width, originalExtents.Height, lpsz: null);
System.Windows.Forms.Primitives (4)
_generated\414\Windows.Win32.PInvoke.GDI32.dll.g.cs (4)
631 /// <inheritdoc cref="SetViewportExtEx(winmdroot.Graphics.Gdi.HDC, int, int, winmdroot.Foundation.SIZE*)"/> 638 winmdroot.Foundation.BOOL __result = PInvoke.SetViewportExtEx(hdc, x, y, lpszLocal); 643 /// <inheritdoc cref="SetViewportExtEx(winmdroot.Graphics.Gdi.HDC, int, int, winmdroot.Foundation.SIZE*)"/> 647 winmdroot.Foundation.BOOL __result = PInvoke.SetViewportExtEx(hdc, x, y, default(winmdroot.Foundation.SIZE* ));