2 references to IsCheckedPropertyKey
Microsoft.Maui.Controls (2)
Shell\BaseShellItem.cs (1)
46 public static readonly BindableProperty IsCheckedProperty = IsCheckedPropertyKey.BindableProperty;
Shell\Shell.cs (1)
1690 baseItem.SetValue(BaseShellItem.IsCheckedPropertyKey, isChecked);