3 references to PasswordCharProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\PasswordBox.cs (3)
66
PasswordCharProperty
.OverrideMetadata(typeof(PasswordBox),
257
get { return (char) GetValue(
PasswordCharProperty
); }
258
set { SetValue(
PasswordCharProperty
, value); }