4 references to Default
System.ComponentModel.TypeConverter (2)
System\ComponentModel\InheritanceAttribute.cs (2)
54InheritanceLevel = Default.InheritanceLevel; 104public override bool IsDefaultAttribute() => Equals(Default);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ComponentDesigner.cs (1)
103_inheritanceAttribute = InheritanceAttribute.Default;
System\ComponentModel\Design\InheritanceService.cs (1)
252: InheritanceAttribute.Default;