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