2 references to GetVersionPresent
System.Windows.Forms.Tests (2)
System\Windows\Forms\FeatureSupportTests.cs (2)
85Assert.Equal(expected, FeatureSupport.GetVersionPresent(featureClassName, featureConstName)); 93Assert.Throws<TargetException>(() => FeatureSupport.GetVersionPresent(featureClassType.AssemblyQualifiedName, featureConstName));