4 references to Normal
Microsoft.Maui.Controls (4)
CheckBox\CheckBox.cs (1)
77 VisualStateManager.GoToState(this, VisualStateManager.CommonStates.Normal);
IndicatorView\IndicatorStackLayout.cs (1)
125 : VisualStateManager.CommonStates.Normal);
RadioButton\RadioButton.cs (1)
574 common.States.Add(new VisualState() { Name = VisualStateManager.CommonStates.Normal });
VisualElement\VisualElement.cs (1)
1620 VisualStateManager.GoToState(this, VisualStateManager.CommonStates.Normal);