3 writes to height
System.Drawing.Primitives (3)
System\Drawing\Rectangle.cs (3)
33this.height = height; 44height = size.Height; 117set => height = value;
2 references to height
System.Drawing.Primitives (2)
System\Drawing\Rectangle.cs (2)
116readonly get => height; 153public readonly bool IsEmpty => height == 0 && width == 0 && x == 0 && y == 0;