8 references to ToRectangleF
System.Drawing (8)
commonui\System\Drawing\Advanced\GraphicsPath.cs (1)
1511return gprectf.ToRectangleF();
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (1)
343return rect.ToRectangleF();
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
342return rect.ToRectangleF();
commonui\System\Drawing\Graphics.cs (2)
4229return rect.ToRectangleF(); 4273return rect.ToRectangleF();
commonui\System\Drawing\Image.cs (1)
972return gprectf.ToRectangleF();
commonui\System\Drawing\Region.cs (2)
654return gprectf.ToRectangleF(); 1021rectangles[index] = gprectf.ToRectangleF();