1 instantiation of ComparedObjectMax
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.RowComparer.cs (1)
18
private static readonly ComparedObjectMax s_max =
new
();
3 references to ComparedObjectMax
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.RowComparer.cs (3)
18
private static readonly
ComparedObjectMax
s_max = new();
65
if (value1 is
ComparedObjectMax
)
69
else if (value2 is
ComparedObjectMax
)