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