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