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