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