5 references to PropFont
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripItem.cs (5)
1063Font font = (Font)Properties.GetObject(PropFont); 1079Font local = (Font)Properties.GetObject(PropFont); 1081Properties.SetObject(PropFont, value); 3304if (Properties.GetObject(PropFont) == null) { 3693object font = Properties.GetObject(PropFont, out found);