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

System.Windows.Automation.AutomationElement.cs « UIAutomationClient « FPF « Editor « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83e0cfc8172e1009a308e776e449746cd26393e0 (plain)
1
2
3
4
5
6
7
namespace System.Windows.Automation
{
	public  class AutomationElement  : System.Object
	{		public static System.Object NotSupported;

	}
}