12 references to ServiceContainer
System.Windows.Forms.Design.Tests (12)
System\ComponentModel\Design\DesignerHostTests.cs (12)
425
surface.
ServiceContainer
.RemoveService(typeof(IExtenderProviderService));
567
surface.
ServiceContainer
.RemoveService(typeof(IExtenderProviderService));
1573
Assert.Same(surface.
ServiceContainer
, component.Site.GetService(typeof(IServiceContainer)));
1731
Assert.Same(service, surface.
ServiceContainer
.GetService(typeof(object)));
1745
Assert.Same(service, surface.
ServiceContainer
.GetService(typeof(object)));
1759
Assert.Same(service, surface.
ServiceContainer
.GetService(typeof(object)));
1774
Assert.Same(service, surface.
ServiceContainer
.GetService(typeof(object)));
2366
Assert.Same(surface.
ServiceContainer
, host.GetService(serviceType));
2617
surface.
ServiceContainer
.RemoveService(typeof(IExtenderProviderService));
2715
surface.
ServiceContainer
.RemoveService(typeof(IExtenderProviderService));
2891
Assert.Null(surface.
ServiceContainer
.GetService(typeof(object)));
2905
Assert.Null(surface.
ServiceContainer
.GetService(typeof(object)));