2 references to GetService
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\CollectionFormTests.cs (2)
793Assert.Same(result, form.GetService(serviceType)); 801Assert.Null(form.GetService(typeof(int)));