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