12 references to
System.Windows.Forms (12)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1210if (!childProps[i].NonParentEquals(childCollection[i])) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (11)
807if (ipes[index].Equals(gridEntry)) { 830if (ipeArray[i] != null) { 879if (ipeArray[i] != null) { 1084if (((GridEntry)rgipes[i]).InternalExpanded) 1085cProps += CountPropsFromOutline(((GridEntry)rgipes[i]).Children); 1878if (ipeHier[i] == null) { 1902if (ipeHier.GetEntry(i).NonParentEquals(rgipes[row])) { 2172if (gridEntry == rgipesAll[i]) { 2175else if (bestMatch == -1 && gridEntry.Equals(rgipesAll[i])) { 4249if (((GridEntry)entries[i]).InternalExpanded) { 7471var targetEntry = topLevelGridEntries[categoryIndex];