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