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

System.Windows.ThemeInfoAttribute.cs « PresentationFramework « FPF « Editor « src - github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b6a5500c86b2725b82b518ed38995c935da167c (plain)
1
2
3
4
5
6
7
namespace System.Windows
{
	public  class ThemeInfoAttribute  : System.Attribute
	{		public ThemeInfoAttribute(System.Windows.ResourceDictionaryLocation param0, System.Windows.ResourceDictionaryLocation param1){}

	}
}