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