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