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