1 write to _converter
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellStyleConverterTests.cs (1)
18_converter = new();
4 references to _converter
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewCellStyleConverterTests.cs (4)
25_converter.CanConvertTo(null, typeof(InstanceDescriptor)).Should().BeTrue(); 31_converter.CanConvertTo(null, typeof(int)).Should().BeFalse(); 37object? convertTo = _converter.ConvertTo(null, CultureInfo.InvariantCulture, _style, typeof(InstanceDescriptor)); 45Action action = () => _converter.ConvertTo(null, CultureInfo.InvariantCulture, _style, typeof(int));