9 references to Default
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (4)
160
_insertMode = InsertKeyMode.
Default
;
508
[DefaultValue(InsertKeyMode.
Default
)]
567
case InsertKeyMode.
Default
:
1864
if (keyCode == Keys.Insert && e.Modifiers == Keys.None && _insertMode == InsertKeyMode.
Default
)
System.Windows.Forms.Tests (5)
MaskedTextBoxTests.cs (5)
384
[InlineData(InsertKeyMode.
Default
)]
401
if (value != InsertKeyMode.
Default
)
403
control.InsertKeyMode = InsertKeyMode.
Default
;
405
control.InsertKeyMode.Should().Be(InsertKeyMode.
Default
);
429
[InlineData(InsertKeyMode.
Default
, "00000", false)]