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