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