3 references to PasswordCharProperty
PresentationFramework (3)
System\Windows\Controls\PasswordBox.cs (3)
48
PasswordCharProperty
.OverrideMetadata(typeof(PasswordBox),
225
get { return (char) GetValue(
PasswordCharProperty
); }
226
set { SetValue(
PasswordCharProperty
, value); }