1 implementation of IFeatureSupport
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FeatureSupport.cs (1)
23public abstract class FeatureSupport : IFeatureSupport {
5 references to IFeatureSupport
System.Windows.Forms (5)
winforms\Managed\System\WinForms\FeatureSupport.cs (5)
42IFeatureSupport featureSupport = null; 60if (featureId != null && typeof(IFeatureSupport).IsAssignableFrom(c)) { 62featureSupport = (IFeatureSupport) SecurityUtils.SecureCreateInstance(c); 77IFeatureSupport featureSupport = null; 97featureSupport = (IFeatureSupport) SecurityUtils.SecureCreateInstance(c);