3 writes to IncludeLiterals
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MaskedTextProvider.cs (1)
503
clonedProvider.
IncludeLiterals
= IncludeLiterals;
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
481
_maskedTextProvider.
IncludeLiterals
= value;
2505
newProvider.
IncludeLiterals
= _maskedTextProvider.IncludeLiterals;
8 references to IncludeLiterals
System.ComponentModel.TypeConverter (5)
System\ComponentModel\MaskedTextProvider.cs (5)
503
clonedProvider.IncludeLiterals =
IncludeLiterals
;
2506
return ToString(/*ignorePwdChar*/ true, IncludePrompt,
IncludeLiterals
, 0, _testString.Length);
2515
return ToString(ignorePasswordChar, IncludePrompt,
IncludeLiterals
, 0, _testString.Length);
2525
return ToString(/*ignorePwdChar*/ true, IncludePrompt,
IncludeLiterals
, startPosition, length);
2536
return ToString(ignorePasswordChar, IncludePrompt,
IncludeLiterals
, startPosition, length);
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (3)
170
_flagState[s_cutCopyIncludeLiterals] = _maskedTextProvider.
IncludeLiterals
;
477
return _maskedTextProvider.
IncludeLiterals
;
2505
newProvider.IncludeLiterals = _maskedTextProvider.
IncludeLiterals
;