Implemented interface member:
method
IsPresent
System.Windows.Forms.IFeatureSupport.IsPresent(System.Object)
2 references to IsPresent
System.Windows.Forms.Tests (2)
System\Windows\Forms\FeatureSupportTests.cs (2)
25.Setup(s => s.IsPresent(feature)) 33Assert.Equal(expected, featureSupport.Object.IsPresent(feature));