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