1 instantiation of SIZE
Microsoft.Private.Windows.Core (1)
Windows.Win32.SIZE.g.cs (1)
53 public static implicit operator SIZE(global::System.Drawing.Size value) => new SIZE(value);
7 references to SIZE
Microsoft.Private.Windows.Core (7)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (4)
539 /// <inheritdoc cref="GetViewportExtEx(winmdroot.Graphics.Gdi.HDC, winmdroot.Foundation.SIZE*)"/> 541 internal static unsafe winmdroot.Foundation.BOOL GetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, out winmdroot.Foundation.SIZE lpsize) 543 fixed (winmdroot.Foundation.SIZE* lpsizeLocal = &lpsize) 561 internal static extern unsafe winmdroot.Foundation.BOOL GetViewportExtEx(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Foundation.SIZE* lpsize);
Windows.Win32.SHDRAGIMAGE.g.cs (1)
35 internal winmdroot.Foundation.SIZE sizeDragImage;
Windows.Win32.SIZE.g.cs (2)
51 public static implicit operator global::System.Drawing.Size(SIZE value) => new global::System.Drawing.Size(value.cx, value.cy); 53 public static implicit operator SIZE(global::System.Drawing.Size value) => new SIZE(value);