1 implementation of IInheritanceService
System.Windows.Forms.Design (1)
System\ComponentModel\Design\InheritanceService.cs (1)
14public 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)
302IInheritanceService? inheritanceService = null; 315inheritanceService = Context?.GetService<IInheritanceService>();
System\ComponentModel\Design\ComponentDesigner.cs (1)
97if (TryGetService(out IInheritanceService? inheritanceService))
System\Windows\Forms\Design\DocumentDesigner.cs (2)
446host.RemoveService<IInheritanceService>(); 695host.AddService<IInheritanceService>(isvc);