5 references to Insert
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
564
case InsertKeyMode.
Insert
:
System.Windows.Forms.Tests (4)
MaskedTextBoxTests.cs (4)
385
[InlineData(InsertKeyMode.
Insert
)]
428
[InlineData(InsertKeyMode.
Insert
, "00000", false)]
461
control.InsertKeyMode = InsertKeyMode.
Insert
;
471
control.InsertKeyMode = InsertKeyMode.
Insert
;