1 implementation of IInheritanceService
System.Windows.Forms.Design (1)
System\ComponentModel\Design\InheritanceService.cs (1)
14
public class InheritanceService :
IInheritanceService
, IDisposable
7 references to IInheritanceService
netstandard (1)
netstandard.cs (1)
263
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.
IInheritanceService
))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
249
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.
IInheritanceService
))]
System.Windows.Forms.Design (5)
System\ComponentModel\Design\CollectionEditor.cs (2)
302
IInheritanceService
? inheritanceService = null;
315
inheritanceService = Context?.GetService<
IInheritanceService
>();
System\ComponentModel\Design\ComponentDesigner.cs (1)
97
if (TryGetService(out
IInheritanceService
? inheritanceService))
System\Windows\Forms\Design\DocumentDesigner.cs (2)
446
host.RemoveService<
IInheritanceService
>();
695
host.AddService<
IInheritanceService
>(isvc);