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