12 references to ServiceContainer
System.Windows.Forms.Design.Tests (12)
System\ComponentModel\Design\DesignerHostTests.cs (12)
427
surface.
ServiceContainer
.RemoveService(typeof(IExtenderProviderService));
569
surface.
ServiceContainer
.RemoveService(typeof(IExtenderProviderService));
1575
Assert.Same(surface.
ServiceContainer
, component.Site.GetService(typeof(IServiceContainer)));
1733
Assert.Same(service, surface.
ServiceContainer
.GetService(typeof(object)));
1747
Assert.Same(service, surface.
ServiceContainer
.GetService(typeof(object)));
1761
Assert.Same(service, surface.
ServiceContainer
.GetService(typeof(object)));
1776
Assert.Same(service, surface.
ServiceContainer
.GetService(typeof(object)));
2367
Assert.Same(surface.
ServiceContainer
, host.GetService(serviceType));
2618
surface.
ServiceContainer
.RemoveService(typeof(IExtenderProviderService));
2716
surface.
ServiceContainer
.RemoveService(typeof(IExtenderProviderService));
2892
Assert.Null(surface.
ServiceContainer
.GetService(typeof(object)));
2906
Assert.Null(surface.
ServiceContainer
.GetService(typeof(object)));