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