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