ICSharpCode.WpfDesign.DesignContext.DesignContext C# (CSharp) Method

DesignContext() protected method

Creates a new DesignContext instance.
protected DesignContext ( ) : System.Collections.Generic
return System.Collections.Generic
        protected DesignContext()
        {
            _services.AddService(typeof(Extensions.ExtensionManager), new Extensions.ExtensionManager(this));
        }