compmod\system\componentmodel\MaskedTextProvider.cs (4)
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 )