File: src\Framework\MS\Internal\PtsHost\ParagraphElementVisual.cs
Project: wpf\PresentationFramework.csproj (PresentationFramework)
//---------------------------------------------------------------------------
//
// Copyright (C) Microsoft Corporation.  All rights reserved.
// 
// File: ParagraphElementVisual.cs
//
// Description: Visual representing a part of paragraph. 
//
// History:  
//  02/02/2004 : grzegorz - created.
//
//---------------------------------------------------------------------------
 
using System;
using System.Windows;
using System.Windows.Media;
 
namespace MS.Internal.PtsHost
{
    // ----------------------------------------------------------------------
    // Visual representing a part of paragraph.
    // ----------------------------------------------------------------------
    internal class ParagraphElementVisual : ContainerVisual
    {
    }
}