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