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