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