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