Base:
4 references to Equals
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
658if (entries[index].Equals(gridEntry)) 1952else if (bestMatch == -1 && gridEntry.Equals(allGridEntries[i])) 4336if (_selectedRow != row || (_selectedGridEntry is not null && !gridEntry.Equals(_selectedGridEntry))) 4538if (currentEntry.Equals(entry))