3 references to VisualStateGroupsProperty
PresentationFramework (3)
System\Windows\VisualStateManager.cs (3)
151BaseValueSourceInternal source = obj.GetValueSource(VisualStateGroupsProperty, null, out hasModifiers); 154return obj.GetValue(VisualStateManager.VisualStateGroupsProperty) as Collection<VisualStateGroup>; 165return obj.GetValue(VisualStateManager.VisualStateGroupsProperty) as IList;