7 references to XFORM
System.Private.Windows.Core (6)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (4)
627
/// <inheritdoc cref="GetWorldTransform(winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.
XFORM
*)"/>
629
internal static unsafe winmdroot.Foundation.BOOL GetWorldTransform(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Graphics.Gdi.
XFORM
lpxf)
631
fixed (winmdroot.Graphics.Gdi.
XFORM
* lpxfLocal = &lpxf)
647
internal static extern unsafe winmdroot.Foundation.BOOL GetWorldTransform(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Graphics.Gdi.
XFORM
* lpxf);
Windows\Win32\Graphics\Gdi\HDC.cs (2)
23
if (PInvokeCore.GetWorldTransform(this, out
XFORM
matrix))
25
return Unsafe.As<
XFORM
, Matrix3x2>(ref matrix);
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ScreenDcCache.cs (1)
114
Debug.Assert(PInvokeCore.GetWorldTransform(hdc, (
XFORM
*)(void*)&matrix));