3 references to Default
System.ComponentModel.Primitives (2)
System\ComponentModel\CategoryAttribute.cs (2)
155
public CategoryAttribute() : this(nameof(
Default
))
228
public override bool IsDefaultAttribute() => Category ==
Default
.Category;
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
719
public virtual string PropertyCategory => CategoryAttribute.
Default
.Category;