1 write to NullValue
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatStringDialog.cs (1)
150_formatControl1.NullValue = nullValue is not null ? nullValue.ToString() : "";
2 references to NullValue
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\FormatStringDialog.cs (1)
271_dgvCellStyle.NullValue = _formatControl1.NullValue;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FormatControlTests.cs (1)
18_formatControl.NullValue.Should().BeNull();