3 writes to passwordChar
System (3)
compmod\system\componentmodel\MaskedTextProvider.cs (3)
261this.passwordChar = passwordChar; 666this.passwordChar = value ? DefaultPasswordChar : nullPasswordChar; 767this.passwordChar = value;
6 references to passwordChar
System (6)
compmod\system\componentmodel\MaskedTextProvider.cs (6)
659return this.passwordChar != '\0'; 748return this.passwordChar; 765if (value != this.passwordChar) 784if( value == this.passwordChar ) 2646st.Append(IsEditPosition(chDex) && chDex.IsAssigned ? this.passwordChar : this.testString[position]); 2790st.Append(this.passwordChar); // replace edit char with pwd char.