protected override FrameworkElement CreateViewContent()
        {
            DebugHelper.AssertUIThread();

            this.viewContent = new MetadataViewContent(this)
            {
                PublicKeyWidth     = this.publicKeyWidth,
                PublicValueWidth   = this.publicValueWidth,
                PersonalKeyWidth   = this.personalKeyWidth,
                PersonalValueWidth = this.personalValueWidth,
                MetadataInfo       = this.metadataInfo,
            };

            this.metadataInfo = null;

            return(this.viewContent);
        }
        protected override FrameworkElement CreateViewContent()
        {
            DebugHelper.AssertUIThread();

            this.viewContent = new MetadataViewContent(this)
                {
                    PublicKeyWidth = this.publicKeyWidth,
                    PublicValueWidth = this.publicValueWidth,
                    PersonalKeyWidth = this.personalKeyWidth,
                    PersonalValueWidth = this.personalValueWidth,
                    MetadataInfo = this.metadataInfo,
                };

            this.metadataInfo = null;

            return this.viewContent;
        }