2 implementations of IFeatureSupport
System.Windows.Forms (1)
System\Windows\Forms\FeatureSupport.cs (1)
10public abstract class FeatureSupport : IFeatureSupport
System.Windows.Forms.Tests (1)
System\Windows\Forms\FeatureSupportTests.cs (1)
160private class IFeatureSupportClass : IFeatureSupport
6 references to IFeatureSupport
System.Windows.Forms (6)
System\Windows\Forms\FeatureSupport.cs (6)
37if (featureId is null || !typeof(IFeatureSupport).IsAssignableFrom(c)) 42IFeatureSupport featureSupport = (IFeatureSupport)Activator.CreateInstance(c)!; 61if (featureId is null || !typeof(IFeatureSupport).IsAssignableFrom(c)) 66IFeatureSupport featureSupport = (IFeatureSupport)Activator.CreateInstance(c)!;