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