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