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