1 write to CurrentState
PresentationFramework (1)
src\Framework\System\Windows\VisualStateManager.cs (1)
318group.CurrentState = state;
2 references to CurrentState
PresentationFramework (2)
src\Framework\System\Windows\VisualStateManager.cs (2)
228VisualState lastState = group.CurrentState; 361return (controlInTree && stateGroupsRootInTree && (state == group.CurrentState));