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