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