2 references to IsReadOnlyProperty
Microsoft.Maui.Controls (2)
InputView\InputView.cs (2)
107 get => (bool)GetValue(IsReadOnlyProperty); 108 set => SetValue(IsReadOnlyProperty, value);