1 implementation of MaxLength
Microsoft.Maui.Controls (1)
InputView\InputView.cs (1)
61 public int MaxLength
4 references to MaxLength
Microsoft.Maui (4)
Core\Extensions\ITextInputExtensions.cs (1)
16 var maxLength = textInput.MaxLength;
Handlers\Editor\EditorHandler.cs (1)
26 [nameof(IEditor.MaxLength)] = MapMaxLength,
Handlers\Entry\EntryHandler.cs (1)
33 [nameof(IEntry.MaxLength)] = MapMaxLength,
Handlers\SearchBar\SearchBarHandler.cs (1)
31 [nameof(ISearchBar.MaxLength)] = MapMaxLength,