17 overrides of ChangeVisualState
PresentationFramework (17)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
994
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
8635
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
311
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
210
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\DatePicker.cs (1)
749
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\Expander.cs (1)
213
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
191
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
435
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
781
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
246
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (1)
346
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
993
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (1)
181
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\TabControl.cs (1)
299
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\TabItem.cs (1)
226
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\ToolTip.cs (1)
429
internal override void
ChangeVisualState
(bool useTransitions)
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
1094
internal override void
ChangeVisualState
(bool useTransitions)
18 references to ChangeVisualState
PresentationFramework (18)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1034
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\Control.cs (1)
640
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
8646
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
368
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
262
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\DatePicker.cs (1)
760
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\Expander.cs (1)
267
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
236
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
459
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
809
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
257
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (1)
370
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1023
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (1)
211
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\TabControl.cs (1)
310
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\TabItem.cs (1)
260
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\ToolTip.cs (1)
440
base.
ChangeVisualState
(useTransitions);
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
1157
base.
ChangeVisualState
(useTransitions);