3 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
);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\UIContainerCell.cs (1)
122
if (e.PropertyName == BaseShellItem.
IsCheckedProperty
.PropertyName)