4 writes to y
System.Drawing.Primitives (4)
System\Drawing\Point.cs (4)
31this.y = y; 40y = sz.Height; 49y = HighInt16(dw); 73set => y = value;
2 references to y
System.Drawing.Primitives (2)
System\Drawing\Point.cs (2)
56public readonly bool IsEmpty => x == 0 && y == 0; 72readonly get => y;