6 references to XFORM
Microsoft.Private.Windows.Core (6)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (4)
611 /// <inheritdoc cref="GetWorldTransform(winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.XFORM*)"/> 613 internal static unsafe winmdroot.Foundation.BOOL GetWorldTransform(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Graphics.Gdi.XFORM lpxf) 615 fixed (winmdroot.Graphics.Gdi.XFORM* lpxfLocal = &lpxf) 631 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)
22if (PInvokeCore.GetWorldTransform(this, out XFORM matrix)) 24return Unsafe.As<XFORM, Matrix3x2>(ref matrix);