123 references to SizeF
Accessibility_Core_App (13)
BinaryFormatTests (4)
DesignSurface (1)
NativeHost.ManagedControl (1)
PresentationUI (11)
System.ComponentModel.TypeConverter (2)
System.Drawing.Common.Tests (9)
mono\System.Drawing\GraphicsTests.cs (2)
1785? g.MeasureString(s.AsSpan(), _font, new SizeF(80, size.Height), null, out int chars, out int lines)
1786: g.MeasureString(s, _font, new SizeF(80, size.Height), null, out chars, out lines);
System\Drawing\GraphicsTests.cs (2)
2983graphics.DrawRoundedRectangle(Pens.Red, new RectangleF(0, 0, 10, 10), new(2, 2));
3001graphics.FillRoundedRectangle(Brushes.Green, new RectangleF(0, 0, 10, 10), new(2, 2));
System.Drawing.Primitives (8)
System.Private.Windows.Core (1)
System.Windows.Forms (14)
System.Windows.Forms.Design (4)
System.Windows.Forms.Tests (15)
TrimTest (1)
TrimTestBinaryDeserialization (1)
WindowsFormsIntegration (1)
WinFormsControlsTest (37)