3 writes to x
System.Drawing.Primitives (3)
System\Drawing\Rectangle.cs (3)
30
this.
x
= x;
41
x
= location.X;
89
set =>
x
= value;
2 references to x
System.Drawing.Primitives (2)
System\Drawing\Rectangle.cs (2)
88
readonly get =>
x
;
153
public readonly bool IsEmpty => height == 0 && width == 0 &&
x
== 0 && y == 0;