3 instantiations of PasswordPropertyTextAttribute
System (2)
compmod\system\componentmodel\PasswordPropertyTextAttribute.cs (2)
24
public static readonly PasswordPropertyTextAttribute Yes = new
PasswordPropertyTextAttribute
(true);
30
public 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)
24
public static readonly
PasswordPropertyTextAttribute
Yes = new PasswordPropertyTextAttribute(true);
30
public static readonly
PasswordPropertyTextAttribute
No = new PasswordPropertyTextAttribute(false);
37
public static readonly
PasswordPropertyTextAttribute
Default = No;
67
if (o is
PasswordPropertyTextAttribute
) {
68
return ((
PasswordPropertyTextAttribute
)o).Password == _password;
System.Data (2)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
418
PasswordPropertyTextAttribute
.Yes,
fx\src\data\System\Data\OleDb\OledbConnectionStringbuilder.cs (1)
525
PasswordPropertyTextAttribute
.Yes,
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
520
if (Attributes.Contains(
PasswordPropertyTextAttribute
.Yes)) {