3 references to HidePromptOnLeave
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MaskedTextBox.cs (3)
1919
includePrompt = !(this.
HidePromptOnLeave
&& !this.Focused);
3294
if (this.
HidePromptOnLeave
&& !this.MaskFull)
3311
if (this.
HidePromptOnLeave
&& !this.MaskFull) // Prompt will show up.