Base:
4 references to CanConvertFrom
System.Drawing.Common.Tests (4)
System\Drawing\Printing\MarginsConverterTests.cs (4)
21Assert.True(mc.CanConvertFrom(context, typeof(string))); 22Assert.False(mc.CanConvertFrom(context, typeof(Guid))); 23Assert.False(mc.CanConvertFrom(context, typeof(object))); 24Assert.False(mc.CanConvertFrom(context, typeof(int)));