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