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