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