3 writes to width
System.Drawing.Primitives (3)
System\Drawing\Rectangle.cs (3)
32
this.
width
= width;
43
width
= size.Width;
108
set =>
width
= value;
2 references to width
System.Drawing.Primitives (2)
System\Drawing\Rectangle.cs (2)
107
readonly get =>
width
;
153
public readonly bool IsEmpty => height == 0 &&
width
== 0 && x == 0 && y == 0;