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))); 2366Assert.Same(surface.ServiceContainer, host.GetService(serviceType)); 2617surface.ServiceContainer.RemoveService(typeof(IExtenderProviderService)); 2715surface.ServiceContainer.RemoveService(typeof(IExtenderProviderService)); 2891Assert.Null(surface.ServiceContainer.GetService(typeof(object))); 2905Assert.Null(surface.ServiceContainer.GetService(typeof(object)));