4 references to MaskFull
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (3)
462
if (!_flagState[s_isNullMask] && !Focused && !
MaskFull
&& !DesignMode)
3008
if (HidePromptOnLeave && !
MaskFull
)
3025
if (HidePromptOnLeave && !
MaskFull
) // Prompt will show up.
System.Windows.Forms.Tests (1)
MaskedTextBoxTests.cs (1)
423
control.
MaskFull
.Should().Be(expectedMaskFull);