4 writes to HidePromptOnLeave
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
83
designMaskedTextBox.
HidePromptOnLeave
= false;
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
359
control.
HidePromptOnLeave
= value;
367
control.
HidePromptOnLeave
= value;
375
control.
HidePromptOnLeave
= !value;
6 references to HidePromptOnLeave
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (3)
1714
includePrompt = !(
HidePromptOnLeave
&& !Focused);
3008
if (
HidePromptOnLeave
&& !MaskFull)
3025
if (
HidePromptOnLeave
&& !MaskFull) // Prompt will show up.
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
360
control.
HidePromptOnLeave
.Should().Be(value);
368
control.
HidePromptOnLeave
.Should().Be(value);
376
control.
HidePromptOnLeave
.Should().Be(!value);