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