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