8 references to VisualStateGroupsProperty
Microsoft.Maui.Controls (8)
Shell\BaseShellItem.cs (1)
416 defaultGridClass.Setters.Add(new Setter { Property = VisualStateManager.VisualStateGroupsProperty, Value = groups });
VisualElement\VisualElement.cs (2)
1452 var groups = (IList<VisualStateGroup>)GetValue(VisualStateManager.VisualStateGroupsProperty); 1535 var groups = (IList<VisualStateGroup>)GetValue(VisualStateManager.VisualStateGroupsProperty);
VisualStateManager.cs (5)
58 => (IList<VisualStateGroup>)visualElement.GetValue(VisualStateGroupsProperty); 62 => visualElement.SetValue(VisualStateGroupsProperty, value); 67 var context = visualElement.GetContext(VisualStateGroupsProperty); 127 if (!element.IsSet(VisualStateGroupsProperty)) 138 var groups = (IList<VisualStateGroup>)visualElement.GetValue(VisualStateGroupsProperty);