1 write to MaxLength
Microsoft.Maui.Controls (1)
PromptArguments.cs (1)
20
MaxLength
= maxLength;
2 references to MaxLength
Microsoft.Maui.Controls.Compatibility (2)
iOS\Platform.cs (2)
469
uiTextField.ShouldChangeCharacters = (field, range, replacementString) => arguments.
MaxLength
<= -1 || field.Text.Length + replacementString.Length - range.Length <= arguments.
MaxLength
;