17 overrides of ChangeVisualState
PresentationFramework (17)
System\Windows\Controls\ComboBox.cs (1)
978internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DataGrid.cs (1)
8562internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\DataGridCell.cs (1)
306internal 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)
205internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\ListBoxItem.cs (1)
181internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\PasswordBox.cs (1)
404internal 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)
326internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
963internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\Primitives\Thumb.cs (1)
170internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TabControl.cs (1)
287internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TabItem.cs (1)
218internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\ToolTip.cs (1)
423internal override void ChangeVisualState(bool useTransitions)
System\Windows\Controls\TreeViewItem.cs (1)
1073internal override void ChangeVisualState(bool useTransitions)
18 references to ChangeVisualState
PresentationFramework (18)
System\Windows\Controls\ComboBox.cs (1)
1018base.ChangeVisualState(useTransitions);
System\Windows\Controls\Control.cs (1)
630ChangeVisualState(useTransitions);
System\Windows\Controls\DataGrid.cs (1)
8573base.ChangeVisualState(useTransitions);
System\Windows\Controls\DataGridCell.cs (1)
363base.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)
259base.ChangeVisualState(useTransitions);
System\Windows\Controls\ListBoxItem.cs (1)
226base.ChangeVisualState(useTransitions);
System\Windows\Controls\PasswordBox.cs (1)
428base.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)
350base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
993base.ChangeVisualState(useTransitions);
System\Windows\Controls\Primitives\Thumb.cs (1)
200base.ChangeVisualState(useTransitions);
System\Windows\Controls\TabControl.cs (1)
298base.ChangeVisualState(useTransitions);
System\Windows\Controls\TabItem.cs (1)
252base.ChangeVisualState(useTransitions);
System\Windows\Controls\ToolTip.cs (1)
434base.ChangeVisualState(useTransitions);
System\Windows\Controls\TreeViewItem.cs (1)
1136base.ChangeVisualState(useTransitions);