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