2 instantiations of PasswordPropertyTextAttribute
System.ComponentModel.TypeConverter (2)
System\ComponentModel\PasswordPropertyTextAttribute.cs (2)
20
public static readonly PasswordPropertyTextAttribute Yes = new
PasswordPropertyTextAttribute
(true);
26
public static readonly PasswordPropertyTextAttribute No = new
PasswordPropertyTextAttribute
(false);
10 references to PasswordPropertyTextAttribute
netstandard (1)
netstandard.cs (1)
387
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
PasswordPropertyTextAttribute
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
373
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
PasswordPropertyTextAttribute
))]
System.ComponentModel.TypeConverter (5)
System\ComponentModel\PasswordPropertyTextAttribute.cs (5)
20
public static readonly
PasswordPropertyTextAttribute
Yes = new PasswordPropertyTextAttribute(true);
26
public static readonly
PasswordPropertyTextAttribute
No = new PasswordPropertyTextAttribute(false);
32
public static readonly
PasswordPropertyTextAttribute
Default = No;
59
if (o is
PasswordPropertyTextAttribute
)
61
return ((
PasswordPropertyTextAttribute
)o).Password == Password;
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
510
PasswordPropertyTextAttribute
.Yes,
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
407
if (Attributes.Contains(
PasswordPropertyTextAttribute
.Yes))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.Flags.cs (1)
61
/// True when <see cref="
PasswordPropertyTextAttribute
"/> is set.