11 references to InsertKeyMode
System.Windows.Forms (11)
winforms\Managed\System\WinForms\MaskedTextBox.cs (11)
115private InsertKeyMode insertMode; 178this.insertMode = InsertKeyMode.Default; 557DefaultValue(InsertKeyMode.Default) 559public InsertKeyMode InsertKeyMode 568if (!ClientUtils.IsEnumValid(value, (int)value, (int)InsertKeyMode.Default, (int)InsertKeyMode.Overwrite)) 570throw new InvalidEnumArgumentException("value", (int)value, typeof(InsertKeyMode)); 615case InsertKeyMode.Overwrite: 618case InsertKeyMode.Insert: 621case InsertKeyMode.Default: 2066if (keyCode == Keys.Insert && e.Modifiers == Keys.None && this.insertMode == InsertKeyMode.Default)