17 overrides of ChangeVisualState
PresentationFramework (17)
System\Windows\Controls\ComboBox.cs (1)
992internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DataGrid.cs (1)
8608internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DataGridCell.cs (1)
316internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DataGridRow.cs (1)
209internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DatePicker.cs (1)
760internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Expander.cs (1)
212internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\ListBoxItem.cs (1)
191internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\PasswordBox.cs (1)
419internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
787internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
245internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\RangeBase.cs (1)
345internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
970internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\Thumb.cs (1)
184internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TabControl.cs (1)
298internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TabItem.cs (1)
225internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\ToolTip.cs (1)
437internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TreeViewItem.cs (1)
1094internal override void ChangeVisualState(bool useTransitions)
18 references to ChangeVisualState
PresentationFramework (18)
System\Windows\Controls\ComboBox.cs (1)
1032base.ChangeVisualState(useTransitions);
System\Windows\Controls\Control.cs (1)
639ChangeVisualState(useTransitions);
System\Windows\Controls\DataGrid.cs (1)
8619base.ChangeVisualState(useTransitions);
System\Windows\Controls\DataGridCell.cs (1)
373base.ChangeVisualState(useTransitions);
System\Windows\Controls\DataGridRow.cs (1)
261base.ChangeVisualState(useTransitions);
System\Windows\Controls\DatePicker.cs (1)
771base.ChangeVisualState(useTransitions);
System\Windows\Controls\Expander.cs (1)
266base.ChangeVisualState(useTransitions);
System\Windows\Controls\ListBoxItem.cs (1)
236base.ChangeVisualState(useTransitions);
System\Windows\Controls\PasswordBox.cs (1)
443base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\ButtonBase.cs (1)
815base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\CalendarItem.cs (1)
256base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\RangeBase.cs (1)
369base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1000base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\Thumb.cs (1)
214base.ChangeVisualState(useTransitions);
System\Windows\Controls\TabControl.cs (1)
309base.ChangeVisualState(useTransitions);
System\Windows\Controls\TabItem.cs (1)
259base.ChangeVisualState(useTransitions);
System\Windows\Controls\ToolTip.cs (1)
448base.ChangeVisualState(useTransitions);
System\Windows\Controls\TreeViewItem.cs (1)
1157base.ChangeVisualState(useTransitions);