Welcome to mirror list, hosted at ThFree Co, Russian Federation.

System.Windows.Media.Transform.cs « PresentationCore « FPF « Editor « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3cc48527dbdc5f301ae6fb4ddc185d104c952dd0 (plain)
1
2
3
4
5
6
namespace System.Windows.Media
{
	public abstract class Transform  : System.Windows.Media.GeneralTransform
	{
	}
}