Base:
property
Font
System.Windows.Forms.Control.Font
1 write to Font
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
644this.Font = Control.DefaultFont;
7 references to Font
System.Windows.Forms (7)
winforms\Managed\System\WinForms\CheckedListBox.cs (4)
257return Font.Height + scaledListItemBordersHeight; 642if (Font.Height < 0) 740Font font = Font; 776float tabDistance = 3.6f * Font.Height; // about 7 characters
winforms\Managed\System\WinForms\ListBox.cs (3)
1360Size textSize = LayoutUtils.OldGetLargestStringSizeInCollection(Font, strings); 2240width = (int)(Math.Ceiling(graphics.MeasureString(GetItemText(item), this.Font).Width)); 2341OnDrawItem(new DrawItemEventArgs(g, Font, bounds, dis.itemID, (DrawItemState)dis.itemState, ForeColor, BackColor));