3 references to MaskFull
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (3)
510if( !this.flagState[IS_NULL_MASK]&& !this.Focused && !this.MaskFull && !this.DesignMode ) 3294if (this.HidePromptOnLeave && !this.MaskFull) 3311if (this.HidePromptOnLeave && !this.MaskFull) // Prompt will show up.