4 writes to width
System.Drawing.Primitives (4)
System\Drawing\RectangleF.cs (4)
35this.width = width; 47width = size.Width; 59width = vector.Z; 139set => width = value;
2 references to width
System.Drawing.Primitives (2)
System\Drawing\RectangleF.cs (2)
66public Vector4 ToVector4() => new Vector4(x, y, width, height); 138readonly get => width;