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 )
212: this( mask , null, allowPromptAsInput, defaultPromptChar, passwordChar, false )
222: this( mask , culture, allowPromptAsInput, defaultPromptChar, passwordChar, false )