2 references to Disabled
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (1)
581
common.States.Add(new VisualState() { Name = VisualStateManager.CommonStates.
Disabled
});
VisualElement\VisualElement.cs (1)
1574
VisualStateManager.GoToState(this, VisualStateManager.CommonStates.
Disabled
);