4 references to MaxLength
PresentationFramework (4)
System\windows\Documents\TextEditor.cs (2)
1186
if (filterMaxLength && this.
MaxLength
> 0)
1191
int extraCharsAllowed = Math.Max(0, this.
MaxLength
- currentLength);
System\Windows\Documents\TextStore.cs (2)
3832
if (!this.TextEditor.AcceptsRichContent && this.TextEditor.
MaxLength
> 0)
3837
int extraCharsAllowed = Math.Max(0, this.TextEditor.
MaxLength
- currentLength);