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