1 write to _converter
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellStyleConverterTests.cs (1)
16_converter = new();
4 references to _converter
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewCellStyleConverterTests.cs (4)
23_converter.CanConvertTo(null, typeof(InstanceDescriptor)).Should().BeTrue(); 29_converter.CanConvertTo(null, typeof(int)).Should().BeFalse(); 35object? convertTo = _converter.ConvertTo(null, CultureInfo.InvariantCulture, _style, typeof(InstanceDescriptor)); 43Action action = () => _converter.ConvertTo(null, CultureInfo.InvariantCulture, _style, typeof(int));