Base:
method
ChangeVisualState
System.Windows.Controls.Control.ChangeVisualState(System.Boolean)
5 overrides of ChangeVisualState
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\CalendarButton.cs (1)
115internal override void ChangeVisualState(bool useTransitions)
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
198internal override void ChangeVisualState(bool useTransitions)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
1047internal override void ChangeVisualState(bool useTransitions)
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
469internal override void ChangeVisualState(bool useTransitions)
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (1)
273internal override void ChangeVisualState(bool useTransitions)
3 references to ChangeVisualState
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\CalendarButton.cs (1)
147base.ChangeVisualState(useTransitions);
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
248base.ChangeVisualState(useTransitions);
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (1)
275base.ChangeVisualState(useTransitions);