2 writes to x
System.Drawing (2)
commonui\System\Drawing\Advanced\PointF.cs (2)
52this.x = x; 81x = value;
3 references to x
System.Drawing (3)
commonui\System\Drawing\Advanced\PointF.cs (3)
66return x == 0f && y == 0f; 78return x; 222return string.Format(CultureInfo.CurrentCulture, "{{X={0}, Y={1}}}", x, y);