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