2 references to IsCheckedVisualState
Microsoft.Maui.Controls (2)
CheckBox\CheckBox.cs (2)
61
if (state.Name is
IsCheckedVisualState
)
73
VisualStateManager.GoToState(this,
IsCheckedVisualState
);