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