1 instantiation of Category
Microsoft.Build.Framework (1)
XamlTypes\Rule.cs (1)
600
Category category = new
Category
();
19 references to Category
Microsoft.Build.Framework (19)
XamlTypes\Category.cs (5)
36
/// The name of this <see cref="
Category
"/>.
49
/// The name that could be used by a prospective UI client to display this <see cref="
Category
"/>.
70
/// Description of this <see cref="
Category
"/>.
83
/// Subtype of this <see cref="
Category
"/>. Is either <c>Grid</c> (default) or <c>CommandLine</c>.
96
/// Help information for this <see cref="
Category
"/>.
XamlTypes\Rule.cs (14)
76
Categories = new List<
Category
>();
340
/// The list of <see cref="
Category
"/>s that properties in this <see cref="Rule"/> belong to.
345
/// declares its category to be something that is not present in this list, then we auto-generate a <see cref="
Category
"/>
350
public List<
Category
> Categories
398
private List<
Category
> _evaluatedCategories;
416
/// This property returns the union of XAML specified <see cref="
Category
"/>s and auto-generated
417
/// <see cref="
Category
"/>s. The latter are created from the missing categories that are being referred to by the
418
/// properties in this Rule. The auto-generated <see cref="
Category
"/>s only have their name set.
420
public List<
Category
> EvaluatedCategories
451
/// <returns> A dictionary whose keys are the <see cref="
Category
"/> names and
468
/// Returns the list of properties in a <see cref="
Category
"/>. Returns null if this <see cref="Rule"/>
580
_evaluatedCategories = new List<
Category
>();
589
foreach (
Category
category in Categories)
600
Category
category = new Category();