4 writes to x
System.Drawing.Primitives (4)
System\Drawing\RectangleF.cs (4)
33this.x = x; 45x = location.X; 57x = vector.X; 120set => x = value;
2 references to x
System.Drawing.Primitives (2)
System\Drawing\RectangleF.cs (2)
66public Vector4 ToVector4() => new Vector4(x, y, width, height); 119readonly get => x;