16 references to StateUnfocused
PresentationFramework (16)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1013
VisualStateManager.GoToState(this, VisualStates.
StateUnfocused
, useTransitions);
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
341
VisualStates.GoToState(this, useTransitions, VisualStates.StateFocused, VisualStates.
StateUnfocused
);
345
VisualStateManager.GoToState(this, VisualStates.
StateUnfocused
, useTransitions);
src\Framework\System\Windows\Controls\Expander.cs (2)
232
VisualStates.GoToState(this, useTransitions, VisualStates.StateFocused, VisualStates.
StateUnfocused
);
236
VisualStates.GoToState(this, useTransitions, VisualStates.
StateUnfocused
);
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
233
VisualStateManager.GoToState(this, VisualStates.
StateUnfocused
, useTransitions);
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
452
VisualStates.GoToState(this, useTransitions, VisualStates.StateFocused, VisualStates.
StateUnfocused
);
456
VisualStateManager.GoToState(this, VisualStates.
StateUnfocused
, useTransitions);
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
806
VisualStateManager.GoToState(this, VisualStates.
StateUnfocused
, useTransitions);
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (2)
363
VisualStates.GoToState(this, useTransitions, VisualStates.StateFocused, VisualStates.
StateUnfocused
);
367
VisualStateManager.GoToState(this, VisualStates.
StateUnfocused
, useTransitions);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1020
VisualStateManager.GoToState(this, VisualStates.
StateUnfocused
, useTransitions);
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (1)
208
VisualStateManager.GoToState(this, VisualStates.
StateUnfocused
, useTransitions);
src\Framework\System\Windows\Controls\TabItem.cs (1)
257
VisualStateManager.GoToState(this, VisualStates.
StateUnfocused
, useTransitions);
src\Framework\System\Windows\Controls\TreeViewItem.cs (2)
1113
VisualStates.GoToState(this, useTransitions, VisualStates.StateFocused, VisualStates.
StateUnfocused
);
1117
VisualStates.GoToState(this, useTransitions, VisualStates.
StateUnfocused
);