2 writes to promptChar
System (2)
compmod\system\componentmodel\MaskedTextProvider.cs (2)
260
this.
promptChar
= promptChar;
798
this.
promptChar
= value;
9 references to promptChar
System (9)
compmod\system\componentmodel\MaskedTextProvider.cs (9)
397
ch = this.
promptChar
; // replace edit identifier with prompt.
407
ch = this.
promptChar
; // replace edit identifier with prompt.
753
if( value == this.
promptChar
)
779
return this.
promptChar
;
796
if (value != this.
promptChar
)
806
this.testString[position] = this.
promptChar
;
2082
this.testString[testPosition] = this.
promptChar
;
2339
if (input == this.
promptChar
)
2513
if ((this.ResetOnPrompt && (input == this.
promptChar
)) || (this.ResetOnSpace && (input == spaceChar)))