4 writes to x
System.Drawing.Primitives (4)
System\Drawing\Point.cs (4)
30
this.
x
= x;
39
x
= sz.Width;
48
x
= LowInt16(dw);
64
set =>
x
= value;
2 references to x
System.Drawing.Primitives (2)
System\Drawing\Point.cs (2)
56
public readonly bool IsEmpty =>
x
== 0 && y == 0;
63
readonly get =>
x
;