10 references to InsertKeyMode
System.Windows.Forms (10)
_generated\1\Validation.cs (2)
463public static void Validate(System.Windows.Forms.InsertKeyMode enumToValidate, string parameterName = "value") 467ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.InsertKeyMode));
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (8)
100private InsertKeyMode _insertMode; 158_insertMode = InsertKeyMode.Default; 504[DefaultValue(InsertKeyMode.Default)] 505public InsertKeyMode InsertKeyMode 557case InsertKeyMode.Overwrite: 560case InsertKeyMode.Insert: 563case InsertKeyMode.Default: 1858if (keyCode == Keys.Insert && e.Modifiers == Keys.None && _insertMode == InsertKeyMode.Default)