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