6 references to GetViewportOrgEx
System.Private.Windows.Core (2)
_generated\195\Windows.Win32.PInvokeCore.GDI32.dll.g.cs (2)
579
/// <inheritdoc cref="
GetViewportOrgEx
(winmdroot.Graphics.Gdi.HDC, global::System.Drawing.Point*)"/>
585
winmdroot.Foundation.BOOL __result = PInvokeCore.
GetViewportOrgEx
(hdc, lppointLocal);
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
8800
bool success = PInvokeCore.
GetViewportOrgEx
(hDC, &viewportOrg);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
171
PInvokeCore.
GetViewportOrgEx
(hdc, &originalOrigin);
System\Windows\Forms\Rendering\DCMapping.cs (1)
41
bool success = PInvokeCore.
GetViewportOrgEx
(hdc, &viewportOrg);
System\Windows\Forms\Rendering\ScreenDcCache.cs (1)
107
PInvokeCore.
GetViewportOrgEx
(hdc, &point);