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();