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)
27
.Setup(s => s.
IsPresent
(feature))
35
Assert.Equal(expected, featureSupport.Object.
IsPresent
(feature));