3 writes to y
System.Drawing.Primitives (3)
System\Drawing\Rectangle.cs (3)
31
this.
y
= y;
42
y
= location.Y;
99
set =>
y
= value;
2 references to y
System.Drawing.Primitives (2)
System\Drawing\Rectangle.cs (2)
98
readonly get =>
y
;
153
public readonly bool IsEmpty => height == 0 && width == 0 && x == 0 &&
y
== 0;