3 writes to NullValueTextBoxEnabled
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FormatStringDialog.cs (2)
126_formatControl1.NullValueTextBoxEnabled = true; 131_formatControl1.NullValueTextBoxEnabled = false;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FormatControlTests.cs (1)
24_formatControl.Invoking(f => f.NullValueTextBoxEnabled = false).Should().NotThrow();