5 references to Inherited
System.ComponentModel.TypeConverter (1)
System\ComponentModel\InheritanceAttribute.cs (1)
21
public static readonly InheritanceAttribute Inherited = new InheritanceAttribute(InheritanceLevel.
Inherited
);
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\TableLayoutControlCollectionCodeDomSerializer.cs (2)
34
isTargetInherited = TypeDescriptorHelper.TryGetAttribute(comp, out InheritanceAttribute? ia) && ia.InheritanceLevel == InheritanceLevel.
Inherited
;
47
else if (ia.InheritanceLevel == InheritanceLevel.
Inherited
&& isTargetInherited)
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
1089
if (ia is not null && (ia.InheritanceLevel == InheritanceLevel.
Inherited
|| ia.InheritanceLevel == InheritanceLevel.InheritedReadOnly))
1117
if (ia is not null && (ia.InheritanceLevel == InheritanceLevel.
Inherited
|| ia.InheritanceLevel == InheritanceLevel.InheritedReadOnly))