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

System.Windows.Input.MouseButtonState.cs « PresentationCore « FPF « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4d6b09e92f896fff01ba8e20ea05ec8964629a4 (plain)
1
2
3
4
5
6
7
8
namespace System.Windows.Input
{
	public  enum MouseButtonState 
	{		Released,
		Pressed,

	}
}