3 references to EqualsIgnoreParent
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
949if (!childProperties[i].EqualsIgnoreParent(_children[i])) 1131if (obj is GridEntry entry && EqualsIgnoreParent(entry))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1650if (gridEntries[i].EqualsIgnoreParent(allGridEntries[row]))