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

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

	}
}