2 writes to cx
System.Private.Windows.Core (1)
Windows.Win32.SIZE.g.cs (1)
40
this.
cx
= width;
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
4619
size->
cx
= desiredSize.Width;
3 references to cx
System.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);