3 writes to x
System.Drawing.Primitives (3)
System\Drawing\PointF.cs (3)
30this.x = x; 40x = vector.X; 61set => x = value;
4 references to x
System.Drawing.Primitives (4)
System\Drawing\PointF.cs (4)
47public Vector2 ToVector2() => new Vector2(x, y); 53public readonly bool IsEmpty => x == 0f && y == 0f; 60readonly get => x; 143public override readonly string ToString() => $"{{X={x}, Y={y}}}";