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