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