5 writes to IncludeLiterals
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (5)
1317IncludeLiterals = false; 1322IncludeLiterals = true; 1328IncludeLiterals = include; 1355IncludePrompt = IncludeLiterals = true; 1361IncludeLiterals = includeLits;
4 references to IncludeLiterals
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (4)
1284if (IncludeLiterals) 1292if (IncludeLiterals) 1351bool includeLits = IncludeLiterals; 2318textValue = _maskedTextProvider.ToString(/*includePrompt*/ false, IncludeLiterals);