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)
37
object? convertTo = _converter.ConvertTo(null, CultureInfo.InvariantCulture,
_style
, typeof(InstanceDescriptor));
45
Action action = () => _converter.ConvertTo(null, CultureInfo.InvariantCulture,
_style
, typeof(int));