5 references to WithSize
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (2)
2136{ oldDpi, font.WithSize(font.Size) } 2145scaledFont = font.WithSize(font.Size * factor);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3749item.Font = local.WithSize(local.Size * factor);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
791childItem.Font = currentFont.WithSize(currentFont.Size * factor);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Internals\ScaleHelper.cs (1)
242return font.WithSize(font.Size * (float)textScaleFactor);