Implemented interface member:
method
IsPresent
System.Windows.Forms.IFeatureSupport.IsPresent(System.Object, System.Version)
1 reference to IsPresent
System.Windows.Forms (1)
System\Windows\Forms\FeatureSupport.cs (1)
73
public virtual bool IsPresent(object feature) =>
IsPresent
(feature, new Version(0, 0, 0, 0));