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