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

System.Windows.Automation.Text.TextPatternRangeEndpoint.cs « UIAutomationTypes « FPF « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 81745f20ceb4eb9d8d44586e9db72684dfd15354 (plain)
1
2
3
4
5
6
7
8
namespace System.Windows.Automation.Text
{
	public  enum TextPatternRangeEndpoint 
	{		Start,
		End,

	}
}