4 references to Value
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\MaskedTextBoxTextEditor.cs (2)
29
if (dropDown.
Value
is not null)
31
value = dropDown.
Value
;
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\MaskedTextBoxTextEditorDropDownTests.cs (2)
15
dropDown.
Value
.Should().BeNull();
26
dropDown.
Value
.Should().Be("12345");