20 references to GetEntry
System.Windows.Forms (20)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
859childCollection.GetEntry(i).ParentGridEntry = this; 1038totalCount += ChildCollection.GetEntry(i).VisibleChildCount; 1120ChildCollection.GetEntry(i).ClearCachedValues();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
1076return _owningPropertyDescriptorGridEntry.Children.GetEntry(0).AccessibilityObject; 1098.GetEntry(_owningPropertyDescriptorGridEntry.ChildCount - 1).AccessibilityObject;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (15)
831GridEntry ge = ipeArray.GetEntry(i); 880GridEntry ge = ipeArray.GetEntry(i); 1577if (0 == String.Compare(propName, allGridEntries.GetEntry(i).PropertyLabel, true, CultureInfo.InvariantCulture)) { 1579int row = GetRowFromGridEntry(allGridEntries.GetEntry(i)); 1902if (ipeHier.GetEntry(i).NonParentEquals(rgipes[row])) { 1903targetEntry = rgipes.GetEntry(row); 2075return rgipesAll.GetEntry(offset); 2093GridEntry ipeCur = rgipe.GetEntry(cLocal); 2973SelectGridEntry(rgipes2.GetEntry(0),true); 2996SelectGridEntry(rgipes.GetEntry(pos2),true); 3753entries[parentIndex + i + 1] = children.GetEntry(i); 4064RecursivelyExpand(rgipes.GetEntry(i),false, expand, maxExpands); 4250GridEntry entry = entries.GetEntry(i); 4251expandedItems.Add(GetGridEntryHierarchy(entry.Children.GetEntry(0))); 7678return properties.GetEntry(index).AccessibilityObject;