File: Core\CSharp\System\Windows\Input\Command\ICommand.cs
Project: wpf\src\PresentationCore.csproj (PresentationCore)
//---------------------------------------------------------------------------
//
// Copyright (C) Microsoft Corporation.  All rights reserved.
//
//---------------------------------------------------------------------------
 
using System.Runtime.CompilerServices;
 
[assembly:TypeForwardedTo(typeof(System.Windows.Input.ICommand))]