8 references to ToString
System (6)
compmod\system\componentmodel\MaskedTextProvider.cs (6)
2658
return
ToString
(/*ignorePwdChar*/ true, this.IncludePrompt, this.IncludeLiterals, 0, this.testString.Length);
2667
return
ToString
(ignorePasswordChar, this.IncludePrompt, this.IncludeLiterals, 0, this.testString.Length);
2677
return
ToString
(/*ignorePwdChar*/ true, this.IncludePrompt, this.IncludeLiterals, startPosition, length);
2688
return
ToString
( ignorePasswordChar, this.IncludePrompt, this.IncludeLiterals, startPosition, length );
2697
return
ToString
( /*ignorePwdChar*/ true, includePrompt, includeLiterals, 0, this.testString.Length );
2707
return
ToString
( /*ignorePwdChar*/ true, includePrompt, includeLiterals, startPosition, length);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MaskedTextBox.cs (2)
1922
return this.maskedTextProvider.
ToString
(/*ignorePwdChar */ false, includePrompt, /*includeLiterals*/ true, 0, this.maskedTextProvider.Length);
1996
return this.maskedTextProvider.
ToString
( /*ignorePasswordChar*/ true, includePrompt, includeLiterals, selStart, selLength );