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