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