3 writes to topLevelGridEntries
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
901topLevelGridEntries = null; 1142topLevelGridEntries = null; 4139topLevelGridEntries = this.ownerGrid.GetPropEntries();
17 references to topLevelGridEntries
System.Windows.Forms (17)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (17)
490return topLevelGridEntries != null && topLevelGridEntries.Count > 0; 773return topLevelGridEntries; 1955GetGridEntriesFromOutline(topLevelGridEntries, 0, 0, rgipes); 3764totalProps = CountPropsFromOutline(topLevelGridEntries); 4045int props = CountPropsFromOutline(topLevelGridEntries); 4080if (topLevelGridEntries != null && DpiHelper.EnableDpiChangedHighDpiImprovements) { 4082foreach (GridEntry gridentry in topLevelGridEntries) { 4124object oldObject = topLevelGridEntries == null || topLevelGridEntries.Count == 0 ? null : ((GridEntry)topLevelGridEntries[0]).GetValueOwner(); 4161object newObject = topLevelGridEntries == null || topLevelGridEntries.Count == 0 ? null : ((GridEntry)topLevelGridEntries[0]).GetValueOwner(); 5419if (topLevelGridEntries != null) { 5420foreach (GridEntry t in topLevelGridEntries) { 7789expandedState = gridView.SaveHierarchyState(gridView.topLevelGridEntries);