1 implementation of IsChecked
Microsoft.Maui.Controls (1)
CheckBox\CheckBox.cs (1)
77
bool ICheckBox.
IsChecked
3 references to IsChecked
Microsoft.Maui (2)
Handlers\CheckBox\CheckBoxHandler.cs (2)
27
[nameof(ICheckBox.
IsChecked
)] = MapIsChecked,
64
/// Maps the abstract <see cref="ICheckBox.
IsChecked
"/> property to the platform-specific implementations.
Microsoft.Maui.Controls (1)
ViewExtensions.cs (1)
407
text = cb.
IsChecked
.ToString();