19 references to GetViewportOrgEx
System.Private.Windows.Core (2)
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)
8803bool success = PInvokeCore.GetViewportOrgEx(hDC, &viewportOrg);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
171PInvokeCore.GetViewportOrgEx(hdc, &originalOrigin);
System\Windows\Forms\Rendering\DCMapping.cs (1)
41bool success = PInvokeCore.GetViewportOrgEx(hdc, &viewportOrg);
System\Windows\Forms\Rendering\ScreenDcCache.cs (1)
107PInvokeCore.GetViewportOrgEx(hdc, &point);
System.Windows.Forms.Primitives.Tests (13)
System\Windows\Forms\DeviceContextHdcScopeTests.cs (13)
30PInvokeCore.GetViewportOrgEx(scope, &origin); 45PInvokeCore.GetViewportOrgEx(scope, &origin); 60PInvokeCore.GetViewportOrgEx(scope, &origin); 75PInvokeCore.GetViewportOrgEx(scope, &origin); 97PInvokeCore.GetViewportOrgEx(hdc, &originalOrigin); 113PInvokeCore.GetViewportOrgEx(scope, &origin); 132PInvokeCore.GetViewportOrgEx(hdc, &currentOrigin); 140PInvokeCore.GetViewportOrgEx(scope, &origin); 155PInvokeCore.GetViewportOrgEx(hdc, &currentOrigin); 163PInvokeCore.GetViewportOrgEx(scope, &origin); 178PInvokeCore.GetViewportOrgEx(hdc, &currentOrigin); 186PInvokeCore.GetViewportOrgEx(scope, &origin); 201PInvokeCore.GetViewportOrgEx(hdc, &currentOrigin);