4 references to PropFont
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (4)
217return (Font) this.Properties.GetObject(PropFont); 222if (value != null || this.Properties.ContainsObject(PropFont)) 224this.Properties.SetObject(PropFont, value); 786return this.Properties.GetObject(PropFont) != null;