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

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