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