1 write to IsReadOnly
Microsoft.Maui.Controls (1)
BindableProperty.cs (1)
111 IsReadOnly = isReadOnly;
7 references to IsReadOnly
Microsoft.Maui.Controls (7)
BindableObject.cs (6)
87 if (property.IsReadOnly) 101 if (property.IsReadOnly) 296 if (targetProperty.IsReadOnly && binding.Mode == BindingMode.OneWay) 491 if (property.IsReadOnly) 519 if (property.IsReadOnly) 818 if (checkAccess && property.IsReadOnly)
BindingBaseExtensions.cs (1)
13 if (mode == BindingMode.TwoWay && property.IsReadOnly)