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