5 writes to width
System.Drawing.Primitives (5)
System\Drawing\SizeF.cs (5)
31width = size.width; 41width = pt.X; 51width = vector.X; 65this.width = width; 141set => width = value;
7 references to width
System.Drawing.Primitives (7)
System\Drawing\SizeF.cs (7)
31width = size.width; 58public Vector2 ToVector2() => new Vector2(width, height); 112=> new SizeF(left.width / right, left.height / right); 133public readonly bool IsEmpty => width == 0 && height == 0; 140readonly get => width; 180public override readonly string ToString() => $"{{Width={width}, Height={height}}}"; 189new SizeF(size.width * multiplier, size.height * multiplier);