5 references to Inherited
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.cs (2)
458if (Inherited && _inheritanceUI is not null) 971if (Inherited && _host is not null
System\Windows\Forms\Design\GroupBoxDesigner.cs (1)
87if (Inherited)
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\ComponentDesignerTests.cs (2)
2932public new bool Inherited => base.Inherited; 2987public new bool Inherited => base.Inherited;