3 writes to IncludePrompt
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MaskedTextProvider.cs (1)
504
clonedProvider.
IncludePrompt
= IncludePrompt;
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (2)
497
_maskedTextProvider.
IncludePrompt
= value;
2504
newProvider.
IncludePrompt
= _maskedTextProvider.IncludePrompt;
8 references to IncludePrompt
System.ComponentModel.TypeConverter (5)
System\ComponentModel\MaskedTextProvider.cs (5)
504
clonedProvider.IncludePrompt =
IncludePrompt
;
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)
169
_flagState[s_cutCopyIncludePrompt] = _maskedTextProvider.
IncludePrompt
;
493
return _maskedTextProvider.
IncludePrompt
;
2504
newProvider.IncludePrompt = _maskedTextProvider.
IncludePrompt
;