1 write to NullText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridColumn.cs (1)
857 NullText = SR.GetString(SR.DataGridNullText);
4 references to NullText
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (4)
402edit.Text = NullText; 426if (NullText.Equals(value)) { 428edit.Text = NullText; 531return NullText;