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