2 writes to Font
System.Windows.Forms (2)
System\Windows\Forms\Rendering\DrawItemEventArgs.cs (2)
49
Font
= font;
75
Font
= font;
4 references to Font
System.Windows.Forms.Design (4)
System\Drawing\Design\CursorEditor.CursorUI.cs (1)
68
Font font = e.
Font
!;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (3)
1001
int textWidth = Size.Ceiling(e.Graphics.MeasureString(columnName, e.
Font
!, new SizeF(bounds.Width, bounds.Height))).Width;
1008
e.Graphics.DrawString(columnName, e.
Font
!, foreBrush, focusRectangle);
1024
e.Graphics.DrawString(columnName, e.
Font
!, foreBrush, bounds);