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