3 references to GetWorldTransform
System.Private.Windows.Core (2)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (2)
627 /// <inheritdoc cref="GetWorldTransform(winmdroot.Graphics.Gdi.HDC, winmdroot.Graphics.Gdi.XFORM*)"/> 633 winmdroot.Foundation.BOOL __result = PInvokeCore.GetWorldTransform(hdc, lpxfLocal);
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ScreenDcCache.cs (1)
114Debug.Assert(PInvokeCore.GetWorldTransform(hdc, (XFORM*)(void*)&matrix));