1 write to _style
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellStyleConverterTests.cs (1)
19_style = new();
2 references to _style
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewCellStyleConverterTests.cs (2)
37object? convertTo = _converter.ConvertTo(null, CultureInfo.InvariantCulture, _style, typeof(InstanceDescriptor)); 45Action action = () => _converter.ConvertTo(null, CultureInfo.InvariantCulture, _style, typeof(int));