3 references to Normal
Microsoft.Maui.Controls (3)
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)
1586
VisualStateManager.GoToState(this, VisualStateManager.CommonStates.
Normal
);