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

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