3 references to IsChecked
Microsoft.Maui.Controls (3)
Shell\BaseShellItem.cs (2)
32 internal static readonly BindablePropertyKey IsCheckedPropertyKey = BindableProperty.CreateReadOnly(nameof(IsChecked), typeof(bool), typeof(BaseShellItem), false); 45 /// <summary>Bindable property for <see cref="IsChecked"/>.</summary>
Shell\Shell.cs (1)
1688 if (!isChecked && !baseItem.IsChecked)