AttachedCommandBehavior.BehaviorBinding.CreateInstanceCore C# (CSharp) Method

CreateInstanceCore() protected method

This is not actually used. This is just a trick so that this object gets WPF Inheritance Context
protected CreateInstanceCore ( ) : System.Windows.Freezable
return System.Windows.Freezable
        protected override Freezable CreateInstanceCore()
        {
            throw new NotImplementedException();
        }