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