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