2 references to NotInherited
System (1)
compmod\system\componentmodel\design\InheritanceAttribute.cs (1)
45public static readonly InheritanceAttribute NotInherited = new InheritanceAttribute(InheritanceLevel.NotInherited);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Binding.cs (1)
528if (attr != null && attr.InheritanceLevel != InheritanceLevel.NotInherited) {