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

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