5 instantiations of CustomFormattedValueType
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewCellTests.cs (5)
6147
using CustomFormattedValueType cell =
new
()
6175
using CustomFormattedValueType cell =
new
() { FormattedValueTypeResult = typeof(int) };
6182
using CustomFormattedValueType cell =
new
() { ValueType = typeof(int) };
6197
using CustomFormattedValueType cell =
new
()
6210
using CustomFormattedValueType cell =
new
()
5 references to CustomFormattedValueType
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewCellTests.cs (5)
6147
using
CustomFormattedValueType
cell = new()
6175
using
CustomFormattedValueType
cell = new() { FormattedValueTypeResult = typeof(int) };
6182
using
CustomFormattedValueType
cell = new() { ValueType = typeof(int) };
6197
using
CustomFormattedValueType
cell = new()
6210
using
CustomFormattedValueType
cell = new()