7 references to SetViewportExtEx
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (2)
467
PInvoke.
SetViewportExtEx
(hdcDraw, p2.X, p2.Y, (SIZE*)&sViewportExt);
491
PInvoke.
SetViewportExtEx
(hdcDraw, sViewportExt.Width, sViewportExt.Height, lpsz: null);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
169
PInvoke.
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* ));