3 references to PasswordPropertyTextAttribute
System.ComponentModel.TypeConverter (3)
System\ComponentModel\PasswordPropertyTextAttribute.cs (3)
20
public static readonly PasswordPropertyTextAttribute Yes = new
PasswordPropertyTextAttribute
(true);
26
public static readonly PasswordPropertyTextAttribute No = new
PasswordPropertyTextAttribute
(false);
37
public PasswordPropertyTextAttribute() :
this
(false)