4 references to MaxLengthProperty
PresentationFramework (4)
System\Windows\Controls\PasswordBox.cs (1)
263TextBox.MaxLengthProperty.AddOwner(typeof(PasswordBox));
System\Windows\Controls\TextBox.cs (2)
742get { return (int) GetValue(MaxLengthProperty); } 743set { SetValue(MaxLengthProperty, value); }
System\windows\Documents\TextEditor.cs (1)
1045return _uiScope == null ? 0 : (int)_uiScope.GetValue(TextBox.MaxLengthProperty);