17 overrides of ChangeVisualState
PresentationFramework (17)
System\Windows\Controls\ComboBox.cs (1)
982internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DataGrid.cs (1)
8605internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DataGridCell.cs (1)
309internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DataGridRow.cs (1)
205internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DatePicker.cs (1)
756internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Expander.cs (1)
208internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\ListBoxItem.cs (1)
184internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\PasswordBox.cs (1)
411internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
776internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
240internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\RangeBase.cs (1)
333internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
961internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\Thumb.cs (1)
170internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TabControl.cs (1)
288internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TabItem.cs (1)
219internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\ToolTip.cs (1)
424internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TreeViewItem.cs (1)
1090internal override void ChangeVisualState(bool useTransitions)
18 references to ChangeVisualState
PresentationFramework (18)
System\Windows\Controls\ComboBox.cs (1)
1022base.ChangeVisualState(useTransitions);
System\Windows\Controls\Control.cs (1)
630ChangeVisualState(useTransitions);
System\Windows\Controls\DataGrid.cs (1)
8616base.ChangeVisualState(useTransitions);
System\Windows\Controls\DataGridCell.cs (1)
366base.ChangeVisualState(useTransitions);
System\Windows\Controls\DataGridRow.cs (1)
257base.ChangeVisualState(useTransitions);
System\Windows\Controls\DatePicker.cs (1)
767base.ChangeVisualState(useTransitions);
System\Windows\Controls\Expander.cs (1)
262base.ChangeVisualState(useTransitions);
System\Windows\Controls\ListBoxItem.cs (1)
229base.ChangeVisualState(useTransitions);
System\Windows\Controls\PasswordBox.cs (1)
435base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\ButtonBase.cs (1)
804base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\CalendarItem.cs (1)
251base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\RangeBase.cs (1)
357base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
991base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\Thumb.cs (1)
200base.ChangeVisualState(useTransitions);
System\Windows\Controls\TabControl.cs (1)
299base.ChangeVisualState(useTransitions);
System\Windows\Controls\TabItem.cs (1)
253base.ChangeVisualState(useTransitions);
System\Windows\Controls\ToolTip.cs (1)
435base.ChangeVisualState(useTransitions);
System\Windows\Controls\TreeViewItem.cs (1)
1153base.ChangeVisualState(useTransitions);