6 references to nullPasswordChar
System (6)
compmod\system\componentmodel\MaskedTextProvider.cs (6)
172: this( mask , null, defaultAllowPrompt, defaultPromptChar, nullPasswordChar, false ) 181: this( mask , null, defaultAllowPrompt, defaultPromptChar, nullPasswordChar, restrictToAscii ) 191: this( mask , culture, defaultAllowPrompt, defaultPromptChar, nullPasswordChar, false ) 202: this( mask , culture, defaultAllowPrompt, defaultPromptChar, nullPasswordChar, restrictToAscii ) 666this.passwordChar = value ? DefaultPasswordChar : nullPasswordChar; 759if( !IsValidPasswordChar(value) && (value != nullPasswordChar))