2 references to MaxLengthProperty
PresentationFramework (2)
System\Windows\Controls\PasswordBox.cs (2)
272get { return (int) GetValue(MaxLengthProperty); } 273set { SetValue(MaxLengthProperty, value); }