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