9 references to Default
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (4)
158
_insertMode = InsertKeyMode.
Default
;
506
[DefaultValue(InsertKeyMode.
Default
)]
565
case InsertKeyMode.
Default
:
1862
if (keyCode == Keys.Insert && e.Modifiers == Keys.None && _insertMode == InsertKeyMode.
Default
)
System.Windows.Forms.Tests (5)
MaskedTextBoxTests.cs (5)
386
[InlineData(InsertKeyMode.
Default
)]
403
if (value != InsertKeyMode.
Default
)
405
control.InsertKeyMode = InsertKeyMode.
Default
;
407
control.InsertKeyMode.Should().Be(InsertKeyMode.
Default
);
431
[InlineData(InsertKeyMode.
Default
, "00000", false)]