3 instantiations of PasswordPropertyTextAttribute
System (2)
compmod\system\componentmodel\PasswordPropertyTextAttribute.cs (2)
24public static readonly PasswordPropertyTextAttribute Yes = new PasswordPropertyTextAttribute(true); 30public static readonly PasswordPropertyTextAttribute No = new PasswordPropertyTextAttribute(false);
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
763[PasswordPropertyTextAttribute(true)]
8 references to PasswordPropertyTextAttribute
System (5)
compmod\system\componentmodel\PasswordPropertyTextAttribute.cs (5)
24public static readonly PasswordPropertyTextAttribute Yes = new PasswordPropertyTextAttribute(true); 30public static readonly PasswordPropertyTextAttribute No = new PasswordPropertyTextAttribute(false); 37public static readonly PasswordPropertyTextAttribute Default = No; 67if (o is PasswordPropertyTextAttribute) { 68return ((PasswordPropertyTextAttribute)o).Password == _password;
System.Data (2)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
418PasswordPropertyTextAttribute.Yes,
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
525PasswordPropertyTextAttribute.Yes,
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
520if (Attributes.Contains(PasswordPropertyTextAttribute.Yes)) {