19 references to RectangleF
Microsoft.Private.Windows.Core (2)
PresentationCore (1)
System.Drawing.Primitives (4)
System\Drawing\RectangleF.cs (4)
82new RectangleF(left, top, right - left, bottom - top);
280return new RectangleF(x1, y1, x2 - x1, y2 - y1);
302return new RectangleF(x1, y1, x2 - x1, y2 - y1);
323public static implicit operator RectangleF(Rectangle r) => new RectangleF(r.X, r.Y, r.Width, r.Height);
System.Private.Windows.Core (2)
System.Windows.Forms (7)
System.Windows.Forms.Design (1)
System.Windows.Forms.Primitives (2)