1 write to CurrentState
PresentationFramework (1)
System\Windows\VisualStateManager.cs (1)
291group.CurrentState = state;
2 references to CurrentState
PresentationFramework (2)
System\Windows\VisualStateManager.cs (2)
201VisualState lastState = group.CurrentState; 329return (controlInTree && stateGroupsRootInTree && (state == group.CurrentState));