2 references to StateUnchecked
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (2)
285
VisualStateManager.GoToState(this, VisualStates.
StateUnchecked
, useTransitions);
290
VisualStates.GoToState(this, useTransitions, VisualStates.StateIndeterminate, VisualStates.
StateUnchecked
);