public VisualStateGroup() { _states = new UICollection <IVisualState>(this); SetValue(StatesProperty, _states); }
public VisualState() { _setters = new UICollection <ISetter>(this); SetValue(SettersProperty, _setters); }