5 instantiations of CustomFormattedValueType
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewCellTests.cs (5)
6149using CustomFormattedValueType cell = new() 6177using CustomFormattedValueType cell = new() { FormattedValueTypeResult = typeof(int) }; 6184using CustomFormattedValueType cell = new() { ValueType = typeof(int) }; 6199using CustomFormattedValueType cell = new() 6212using CustomFormattedValueType cell = new()
5 references to CustomFormattedValueType
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewCellTests.cs (5)
6149using CustomFormattedValueType cell = new() 6177using CustomFormattedValueType cell = new() { FormattedValueTypeResult = typeof(int) }; 6184using CustomFormattedValueType cell = new() { ValueType = typeof(int) }; 6199using CustomFormattedValueType cell = new() 6212using CustomFormattedValueType cell = new()