4 references to Normal
Microsoft.Maui.Controls (3)
IndicatorView\IndicatorStackLayout.cs (1)
125 : VisualStateManager.CommonStates.Normal);
RadioButton\RadioButton.cs (1)
580 common.States.Add(new VisualState() { Name = VisualStateManager.CommonStates.Normal });
VisualElement\VisualElement.cs (1)
1582 VisualStateManager.GoToState(this, VisualStateManager.CommonStates.Normal);
Microsoft.Maui.Controls.Compatibility (1)
iOS\CollectionView\TemplatedCell.cs (1)
300 : VisualStateManager.CommonStates.Normal);