2 references to IsCheckedProperty
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\UIContainerCell.cs (1)
132
if (e.PropertyName == BaseShellItem.
IsCheckedProperty
.PropertyName)
Shell\BaseShellItem.cs (1)
92
public bool IsChecked => (bool)GetValue(
IsCheckedProperty
);