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