5 writes to IncludeLiterals
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (5)
1321IncludeLiterals = false; 1326IncludeLiterals = true; 1332IncludeLiterals = include; 1359IncludePrompt = IncludeLiterals = true; 1365IncludeLiterals = includeLits;
4 references to IncludeLiterals
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (4)
1288if (IncludeLiterals) 1296if (IncludeLiterals) 1355bool includeLits = IncludeLiterals; 2324textValue = _maskedTextProvider.ToString(/*includePrompt*/ false, IncludeLiterals);