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