17 overrides of ChangeVisualState
PresentationFramework (17)
System\Windows\Controls\ComboBox.cs (1)
977internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DataGrid.cs (1)
8561internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DataGridCell.cs (1)
305internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DataGridRow.cs (1)
204internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DatePicker.cs (1)
755internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Expander.cs (1)
204internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\ListBoxItem.cs (1)
180internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\PasswordBox.cs (1)
403internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\ButtonBase.cs (1)
775internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
239internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\RangeBase.cs (1)
325internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
962internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\Thumb.cs (1)
169internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TabControl.cs (1)
286internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TabItem.cs (1)
217internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\ToolTip.cs (1)
422internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TreeViewItem.cs (1)
1072internal override void ChangeVisualState(bool useTransitions)
18 references to ChangeVisualState
PresentationFramework (18)
System\Windows\Controls\ComboBox.cs (1)
1017base.ChangeVisualState(useTransitions);
System\Windows\Controls\Control.cs (1)
629ChangeVisualState(useTransitions);
System\Windows\Controls\DataGrid.cs (1)
8572base.ChangeVisualState(useTransitions);
System\Windows\Controls\DataGridCell.cs (1)
362base.ChangeVisualState(useTransitions);
System\Windows\Controls\DataGridRow.cs (1)
256base.ChangeVisualState(useTransitions);
System\Windows\Controls\DatePicker.cs (1)
766base.ChangeVisualState(useTransitions);
System\Windows\Controls\Expander.cs (1)
258base.ChangeVisualState(useTransitions);
System\Windows\Controls\ListBoxItem.cs (1)
225base.ChangeVisualState(useTransitions);
System\Windows\Controls\PasswordBox.cs (1)
427base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\ButtonBase.cs (1)
803base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\CalendarItem.cs (1)
250base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\RangeBase.cs (1)
349base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
992base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\Thumb.cs (1)
199base.ChangeVisualState(useTransitions);
System\Windows\Controls\TabControl.cs (1)
297base.ChangeVisualState(useTransitions);
System\Windows\Controls\TabItem.cs (1)
251base.ChangeVisualState(useTransitions);
System\Windows\Controls\ToolTip.cs (1)
433base.ChangeVisualState(useTransitions);
System\Windows\Controls\TreeViewItem.cs (1)
1135base.ChangeVisualState(useTransitions);