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