4 writes to y
System.Drawing.Primitives (4)
System\Drawing\RectangleF.cs (4)
34this.y = y; 46y = location.Y; 58y = vector.Y; 130set => y = value;
2 references to y
System.Drawing.Primitives (2)
System\Drawing\RectangleF.cs (2)
66public Vector4 ToVector4() => new Vector4(x, y, width, height); 129readonly get => y;