3 references to IsCheckedProperty
Microsoft.Maui.Controls (3)
CheckBox\CheckBox.cs (3)
40
get => (bool)GetValue(
IsCheckedProperty
);
41
set => SetValue(
IsCheckedProperty
, value);
80
set => SetValue(
IsCheckedProperty
, value, SetterSpecificity.FromHandler);