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

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