3 writes to font
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1518
layout.
font
= font;
1544
layout.
font
= Control.Font;
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4703
layoutOptions.
font
= ownerItem.Font;
3 references to font
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1447
textSize = Size.Ceiling(g.MeasureString(text,
font
, new SizeF(proposedSize.Width, proposedSize.Height), gdipStringFormat));
1452
textSize = TextRenderer.MeasureText(text,
font
, proposedSize, this.TextFormatFlags);
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxStandardAdapter.cs (1)
48
if (layout.options.textAlign != LayoutUtils.AnyLeft && layout.options.useCompatibleTextRendering && layout.options.
font
.Italic) {