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