9 references to Inherited
System.Windows.Forms.Design (9)
System\ComponentModel\Design\InheritanceService.cs (1)
178
attr = InheritanceAttribute.
Inherited
;
System\Windows\Forms\Design\ControlDesigner.cs (1)
368
=> IsRootDesigner ? InheritanceAttribute.
Inherited
: base.InheritanceAttribute;
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
154
if ((base.InheritanceAttribute == InheritanceAttribute.
Inherited
)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (1)
362
if ((base.InheritanceAttribute == InheritanceAttribute.
Inherited
)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
1183
(base.InheritanceAttribute == InheritanceAttribute.
Inherited
)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
314
return base.InheritanceAttribute == InheritanceAttribute.
Inherited
System\Windows\Forms\Design\ToolStripDropDownDesigner.cs (1)
114
if ((base.InheritanceAttribute == InheritanceAttribute.
Inherited
))
System\Windows\Forms\Design\ToolStripItemDesigner.cs (1)
123
if ((base.InheritanceAttribute == InheritanceAttribute.
Inherited
))
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
93
get => Control.Parent is ToolStripContainer && (base.InheritanceAttribute == InheritanceAttribute.
Inherited
)