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