4 references to Overwrite
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
561case InsertKeyMode.Overwrite:
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
386[InlineData(InsertKeyMode.Overwrite)] 427[InlineData(InsertKeyMode.Overwrite, "00000", true)] 466control.InsertKeyMode = InsertKeyMode.Overwrite;