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