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