8 references to IncludeLiterals
System.Windows.Forms (7)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (7)
376
[DefaultValue(MaskFormat.
IncludeLiterals
)]
393
return MaskFormat.
IncludeLiterals
;
409
else if (value == MaskFormat.
IncludeLiterals
)
1281
[DefaultValue(MaskFormat.
IncludeLiterals
)]
1298
return MaskFormat.
IncludeLiterals
;
1323
else if (value == MaskFormat.
IncludeLiterals
)
1788
bool includeLiterals = (CutCopyMaskFormat & MaskFormat.
IncludeLiterals
) != 0;
System.Windows.Forms.Tests (1)
MaskedTextBoxTests.cs (1)
310
[InlineData(MaskFormat.
IncludeLiterals
)]