2 writes to textFont
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridCaption.cs (2)
176textFont = value; 215textFont = null;
6 references to textFont
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridCaption.cs (6)
169if (textFont == null) 172return textFont; 175if (textFont == null || !textFont.Equals(value)) { 189return textFont != null && !textFont.Equals(this.dataGridFont);