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