2 writes to InheritanceLevel
System.ComponentModel.TypeConverter (2)
System\ComponentModel\InheritanceAttribute.cs (2)
54InheritanceLevel = Default.InheritanceLevel; 64InheritanceLevel = inheritanceLevel;
5 references to InheritanceLevel
System.ComponentModel.TypeConverter (5)
System\ComponentModel\Container.cs (1)
233if (inheritanceAttribute.InheritanceLevel != InheritanceLevel.InheritedReadOnly)
System\ComponentModel\InheritanceAttribute.cs (4)
54InheritanceLevel = Default.InheritanceLevel; 92InheritanceLevel valueLevel = ((InheritanceAttribute)value).InheritanceLevel; 93return (valueLevel == InheritanceLevel); 109public override string ToString() => TypeDescriptor.GetConverterTrimUnsafe(typeof(InheritanceLevel)).ConvertToString(InheritanceLevel)!;