2 writes to cy
System.Private.Windows.Core (1)
Windows.Win32.SIZE.g.cs (1)
41
this.
cy
= height;
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
4620
size->
cy
= desiredSize.Height;
3 references to cy
System.Private.Windows.Core (3)
Windows.Win32.SIZE.g.cs (3)
47
internal readonly int Height => this.
cy
;
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
);