1 type derived from InheritanceService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.DocumentInheritanceService.cs (1)
17private class DocumentInheritanceService : InheritanceService
1 instantiation of InheritanceService
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\InheritanceServiceTests.cs (1)
11InheritanceService underTest = new();
8 references to InheritanceService
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net10.0\System.Design.Forwards.cs (1)
37[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.InheritanceService))]
System.Windows.Forms.Design (6)
System\ComponentModel\Design\InheritanceService.cs (4)
26/// Initializes a new instance of the <see cref="InheritanceService"/> class. 34/// Disposes of the resources (other than memory) used by the <see cref="InheritanceService"/>. 51/// Adds inherited components to the <see cref="InheritanceService"/>. 59/// Adds inherited components to the <see cref="InheritanceService"/>.
System\Windows\Forms\Design\DocumentDesigner.cs (2)
26private InheritanceService _inheritanceService; 736InheritanceService isvc = new DocumentInheritanceService(this);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\InheritanceServiceTests.cs (1)
11InheritanceService underTest = new();