1 write to _isReadonly
Microsoft.Maui.Controls (1)
Shell\ShellNavigationQueryParameters.cs (1)
31
_isReadonly
= true;
2 references to _isReadonly
Microsoft.Maui.Controls (2)
Shell\ShellNavigationQueryParameters.cs (2)
37
if (
_isReadonly
)
57
public bool IsReadOnly =>
_isReadonly
;