4 writes to y
System.Drawing.Primitives (4)
System\Drawing\Point.cs (4)
31
this.
y
= y;
40
y
= sz.Height;
49
y
= HighInt16(dw);
73
set =>
y
= value;
2 references to y
System.Drawing.Primitives (2)
System\Drawing\Point.cs (2)
56
public readonly bool IsEmpty => x == 0 &&
y
== 0;
72
readonly get =>
y
;