4 references to IsChecked
Microsoft.Maui.Controls (3)
Shell\BaseShellItem.cs (2)
31 internal static readonly BindablePropertyKey IsCheckedPropertyKey = BindableProperty.CreateReadOnly(nameof(IsChecked), typeof(bool), typeof(BaseShellItem), false); 44 /// <summary>Bindable property for <see cref="IsChecked"/>.</summary>
Shell\Shell.cs (1)
1686 if (!isChecked && !baseItem.IsChecked)
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\UIContainerCell.cs (1)
113 if (baseShellItem.IsChecked)