1 implementation of IsPresent
System.Windows.Forms (1)
System\Windows\Forms\FeatureSupport.cs (1)
79public virtual bool IsPresent(object feature, Version minimumVersion)
1 reference to IsPresent
System.Windows.Forms (1)
System\Windows\Forms\FeatureSupport.cs (1)
43return featureSupport.IsPresent(featureId, minimumVersion);