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