8 references to IncludeLiterals
System.Windows.Forms (7)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (7)
374
[DefaultValue(MaskFormat.
IncludeLiterals
)]
391
return MaskFormat.
IncludeLiterals
;
407
else if (value == MaskFormat.
IncludeLiterals
)
1279
[DefaultValue(MaskFormat.
IncludeLiterals
)]
1296
return MaskFormat.
IncludeLiterals
;
1321
else if (value == MaskFormat.
IncludeLiterals
)
1786
bool includeLiterals = (CutCopyMaskFormat & MaskFormat.
IncludeLiterals
) != 0;
System.Windows.Forms.Tests (1)
MaskedTextBoxTests.cs (1)
312
[InlineData(MaskFormat.
IncludeLiterals
)]