AttachedCommandBehavior.BehaviorBinding.OwnerReset C# (CSharp) Method

OwnerReset() static private method

static private OwnerReset ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void
        static void OwnerReset(DependencyObject d, DependencyPropertyChangedEventArgs e)
        {
            ((BehaviorBinding) d).ResetEventBinding();
        }