1 write to IncludeLiterals
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MaskedTextProvider.cs (1)
503clonedProvider.IncludeLiterals = IncludeLiterals;
5 references to IncludeLiterals
System.ComponentModel.TypeConverter (5)
System\ComponentModel\MaskedTextProvider.cs (5)
503clonedProvider.IncludeLiterals = IncludeLiterals; 2506return ToString(/*ignorePwdChar*/ true, IncludePrompt, IncludeLiterals, 0, _testString.Length); 2515return ToString(ignorePasswordChar, IncludePrompt, IncludeLiterals, 0, _testString.Length); 2525return ToString(/*ignorePwdChar*/ true, IncludePrompt, IncludeLiterals, startPosition, length); 2536return ToString(ignorePasswordChar, IncludePrompt, IncludeLiterals, startPosition, length);