5 references to Insert
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
562
case InsertKeyMode.
Insert
:
System.Windows.Forms.Tests (4)
MaskedTextBoxTests.cs (4)
387
[InlineData(InsertKeyMode.
Insert
)]
430
[InlineData(InsertKeyMode.
Insert
, "00000", false)]
463
control.InsertKeyMode = InsertKeyMode.
Insert
;
473
control.InsertKeyMode = InsertKeyMode.
Insert
;