2 references to InheritedReadOnly
System (2)
compmod\system\componentmodel\Container.cs (1)
252if(inheritanceAttribute.InheritanceLevel != InheritanceLevel.InheritedReadOnly) {
compmod\system\componentmodel\design\InheritanceAttribute.cs (1)
37public static readonly InheritanceAttribute InheritedReadOnly = new InheritanceAttribute(InheritanceLevel.InheritedReadOnly);