1 type derived from InheritanceService
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DocumentDesigner.DocumentInheritanceService.cs (1)
17
private class DocumentInheritanceService :
InheritanceService
7 references to InheritanceService
System.Design (1)
src\winforms\artifacts\obj\System.Design.Facade\Release\net11.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)
26
private
InheritanceService
_inheritanceService;
694
InheritanceService
isvc = new DocumentInheritanceService(this);