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