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)
361
control.
HidePromptOnLeave
= value;
369
control.
HidePromptOnLeave
= value;
377
control.
HidePromptOnLeave
= !value;
6 references to HidePromptOnLeave
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (3)
1712
includePrompt = !(
HidePromptOnLeave
&& !Focused);
3006
if (
HidePromptOnLeave
&& !MaskFull)
3023
if (
HidePromptOnLeave
&& !MaskFull) // Prompt will show up.
System.Windows.Forms.Tests (3)
MaskedTextBoxTests.cs (3)
362
control.
HidePromptOnLeave
.Should().Be(value);
370
control.
HidePromptOnLeave
.Should().Be(value);
378
control.
HidePromptOnLeave
.Should().Be(!value);