3 writes to TopLevelGridEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
754TopLevelGridEntries = null; 993TopLevelGridEntries = null; 4063TopLevelGridEntries = OwnerGrid.GetCurrentEntries();
23 references to TopLevelGridEntries
System.Windows.Forms (23)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.CategoryGridEntryAccessibleObject.cs (1)
46GridEntryCollection? topLevelGridEntries = gridView.TopLevelGridEntries;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
179GridEntryCollection? topLevelGridEntries = gridView.TopLevelGridEntries;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (2)
322gridViewOwner.TopLevelGridEntries, 341? PropertyGridView.PropertyGridViewAccessibleObject.GetPreviousGridEntry(owner, gridViewOwner.TopLevelGridEntries, out _)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (15)
419private bool HasEntries => TopLevelGridEntries is not null && TopLevelGridEntries.Count > 0; 1706GetGridEntriesFromOutline(TopLevelGridEntries, 0, 0, newEntries); 3605TotalProperties = CountPropertiesFromOutline(TopLevelGridEntries); 3957int propertyCount = CountPropertiesFromOutline(TopLevelGridEntries); 3998if (TopLevelGridEntries is not null && ScaleHelper.IsScalingRequirementMet) 4001foreach (GridEntry entry in TopLevelGridEntries) 4041object? oldObject = TopLevelGridEntries is null || TopLevelGridEntries.Count == 0 4043: TopLevelGridEntries[0].GetValueOwner(); 4085object? newObject = TopLevelGridEntries is null || TopLevelGridEntries.Count == 0 4087: TopLevelGridEntries[0].GetValueOwner(); 5422if (TopLevelGridEntries is not null) 5424foreach (GridEntry entry in TopLevelGridEntries)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridPositionData.cs (1)
17_expandedState = SaveHierarchyState(gridView.TopLevelGridEntries);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (3)
120GridEntryCollection? topLevelGridEntries = owner.TopLevelGridEntries; 134=> !this.TryGetOwnerAs(out PropertyGridView? owner) ? null : GetCategory(owner.TopLevelGridEntries!.Count - 1); 475|| owner.TopLevelGridEntries is not { } topLevelGridEntries)