File: Core\CSharp\System\Windows\Media\Effects\ImplicitInputBrush.cs
Project: wpf\src\PresentationCore.csproj (PresentationCore)
//------------------------------------------------------------------------------
//  Microsoft Windows Presentation Foundation
//  Copyright (c) Microsoft Corporation, 2008
//
//  File:       ImplicitInputBrush.cs
//------------------------------------------------------------------------------
 
 
using System.Windows.Media;
 
namespace System.Windows.Media.Effects
{
 
    internal partial class ImplicitInputBrush : Brush
    {
 
    }
 
}