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