4 references to InheritanceLevel
System (3)
compmod\system\componentmodel\Container.cs (1)
252if(inheritanceAttribute.InheritanceLevel != InheritanceLevel.InheritedReadOnly) {
compmod\system\componentmodel\design\InheritanceAttribute.cs (2)
98InheritanceLevel valueLevel = ((InheritanceAttribute)value).InheritanceLevel; 126return TypeDescriptor.GetConverter(typeof(InheritanceLevel)).ConvertToString(InheritanceLevel);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Binding.cs (1)
528if (attr != null && attr.InheritanceLevel != InheritanceLevel.NotInherited) {