ChangeVisualState() private method

private ChangeVisualState ( bool useTransitions ) : void
useTransitions bool
return void
Beispiel #1
0
        private static void OnIsSecondStateEnabledPropertyChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            TwoStateControl obj = (TwoStateControl)d;

            obj.ChangeVisualState(true);
        }