19 references to InheritedReadOnly
System.ComponentModel.TypeConverter (2)
System\ComponentModel\Container.cs (1)
235
if (inheritanceAttribute.InheritanceLevel != InheritanceLevel.
InheritedReadOnly
)
System\ComponentModel\InheritanceAttribute.cs (1)
30
public static readonly InheritanceAttribute InheritedReadOnly = new InheritanceAttribute(InheritanceLevel.
InheritedReadOnly
);
System.Windows.Forms.Design (17)
System\ComponentModel\Design\ComponentDesigner.cs (1)
69
=> InheritanceAttribute!.InheritanceLevel == InheritanceLevel.
InheritedReadOnly
;
System\ComponentModel\Design\Serialization\CollectionCodeDomSerializer.cs (2)
493
genCode = ia.InheritanceLevel != InheritanceLevel.
InheritedReadOnly
;
575
genCode = ia.InheritanceLevel != InheritanceLevel.
InheritedReadOnly
;
System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs (1)
127
if (inheritanceLevel != InheritanceLevel.
InheritedReadOnly
)
System\ComponentModel\Design\Serialization\ResourcePropertyMemberCodeDomSerializer.cs (1)
111
if (inheritance.InheritanceLevel != InheritanceLevel.
InheritedReadOnly
)
System\ComponentModel\Design\ToolStripContainerActionList.cs (1)
161
|| inheritanceAttribute.InheritanceLevel == InheritanceLevel.
InheritedReadOnly
)
System\Windows\Forms\Design\CommandSet.cs (1)
3082
if (attr.InheritanceLevel == InheritanceLevel.
InheritedReadOnly
)
System\Windows\Forms\Design\ControlCodeDomSerializer.cs (3)
133
&& inheritanceAttribute.InheritanceLevel != InheritanceLevel.
InheritedReadOnly
)
168
if (inheritanceLevel != InheritanceLevel.
InheritedReadOnly
)
430
if (inheritanceAttribute.InheritanceLevel == InheritanceLevel.
InheritedReadOnly
)
System\Windows\Forms\Design\InheritanceUI.cs (1)
56
if (level == InheritanceLevel.
InheritedReadOnly
)
System\Windows\Forms\Design\TableLayoutControlCollectionCodeDomSerializer.cs (1)
45
if (ia.InheritanceLevel == InheritanceLevel.
InheritedReadOnly
)
System\Windows\Forms\Design\TableLayoutPanelCodeDomSerializer.cs (1)
46
if (!TypeDescriptorHelper.TryGetAttribute(panel, out InheritanceAttribute? ia) || ia.InheritanceLevel != InheritanceLevel.
InheritedReadOnly
)
System\Windows\Forms\Design\ToolStripActionList.cs (1)
49
|| ia.InheritanceLevel == InheritanceLevel.
InheritedReadOnly
;
System\Windows\Forms\Design\ToolStripCodeDomSerializer.cs (1)
28
if (TypeDescriptorHelper.TryGetAttribute(item, out InheritanceAttribute? ia) && ia.InheritanceLevel != InheritanceLevel.
InheritedReadOnly
)
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
))