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