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