4 references to Default
System.ComponentModel.TypeConverter (2)
System\ComponentModel\InheritanceAttribute.cs (2)
54
InheritanceLevel =
Default
.InheritanceLevel;
104
public 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
;