1 write to nullText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridColumn.cs (1)
708nullText = value;
4 references to nullText
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridColumn.cs (4)
703return nullText; 706if (nullText != null && nullText.Equals(value)) 862return (!SR.GetString(SR.DataGridNullText).Equals(nullText));