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