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