5 references to HIDE_PROMPT_ON_LEAVE
System.Windows.Forms (5)
winforms\Managed\System\WinForms\MaskedTextBox.cs (5)
103private static int BEEP_ON_ERROR = BitVector32.CreateMask(HIDE_PROMPT_ON_LEAVE); 180this.flagState[HIDE_PROMPT_ON_LEAVE ] = false; 500return this.flagState[HIDE_PROMPT_ON_LEAVE]; 504if( this.flagState[HIDE_PROMPT_ON_LEAVE] != value ) 506this.flagState[HIDE_PROMPT_ON_LEAVE] = value;