1 write to cx
Microsoft.Private.Windows.Core (1)
Windows.Win32.SIZE.g.cs (1)
40
this.
cx
= width;
3 references to cx
Microsoft.Private.Windows.Core (3)
Windows.Win32.SIZE.g.cs (3)
45
internal readonly int Width => this.
cx
;
49
internal readonly bool IsEmpty => this.
cx
== 0 && this.cy == 0;
51
public static implicit operator global::System.Drawing.Size(SIZE value) => new global::System.Drawing.Size(value.
cx
, value.cy);