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