3 writes to IncludeLiterals
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MaskedTextProvider.cs (1)
503clonedProvider.IncludeLiterals = IncludeLiterals;
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
481_maskedTextProvider.IncludeLiterals = value; 2505newProvider.IncludeLiterals = _maskedTextProvider.IncludeLiterals;
8 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);
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (3)
170_flagState[s_cutCopyIncludeLiterals] = _maskedTextProvider.IncludeLiterals; 477return _maskedTextProvider.IncludeLiterals; 2505newProvider.IncludeLiterals = _maskedTextProvider.IncludeLiterals;