Base:
method
ChangeVisualState
System.Windows.Controls.Control.ChangeVisualState(System.Boolean)
1 override of ChangeVisualState
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
132internal override void ChangeVisualState(bool useTransitions)
1 reference to ChangeVisualState
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
134base.ChangeVisualState(useTransitions);