3 references to VisualStateGroupsProperty
PresentationFramework (3)
src\Framework\System\Windows\VisualStateManager.cs (3)
168BaseValueSourceInternal source = obj.GetValueSource(VisualStateGroupsProperty, null, out hasModifiers); 171return obj.GetValue(VisualStateManager.VisualStateGroupsProperty) as Collection<VisualStateGroup>; 185return obj.GetValue(VisualStateManager.VisualStateGroupsProperty) as IList;