8 references to IncludeLiterals
System.Windows.Forms (7)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (7)
372[DefaultValue(MaskFormat.IncludeLiterals)] 389return MaskFormat.IncludeLiterals; 405else if (value == MaskFormat.IncludeLiterals) 1277[DefaultValue(MaskFormat.IncludeLiterals)] 1294return MaskFormat.IncludeLiterals; 1319else if (value == MaskFormat.IncludeLiterals) 1782bool includeLiterals = (CutCopyMaskFormat & MaskFormat.IncludeLiterals) != 0;
System.Windows.Forms.Tests (1)
MaskedTextBoxTests.cs (1)
312[InlineData(MaskFormat.IncludeLiterals)]