3 references to MaxLengthProperty
Microsoft.Maui.Controls (3)
InputView\InputView.cs (2)
66 get => (int)GetValue(MaxLengthProperty); 67 set => SetValue(MaxLengthProperty, value);
Properties\AssemblyInfo.cs (1)
150[assembly: StyleProperty("-maui-max-length", typeof(InputView), nameof(InputView.MaxLengthProperty))]