Base:
property
Font
System.Windows.Forms.ToolStrip.Font
3 references to Font
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
810
Font originalFont = this.
Font
;
814
if (!originalFont.Equals(
Font
)) {
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (1)
352
tabWidth = TextRenderer.MeasureText("\t", this.
Font
).Width;