4 references to BEEP_ON_ERROR
System.Windows.Forms (4)
winforms\Managed\System\WinForms\MaskedTextBox.cs (4)
104private static int USE_SYSTEM_PASSWORD_CHAR = BitVector32.CreateMask(BEEP_ON_ERROR); 181this.flagState[BEEP_ON_ERROR ] = false; 309return this.flagState[BEEP_ON_ERROR]; 313this.flagState[BEEP_ON_ERROR] = value;