3 writes to TopLevelGridEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
754TopLevelGridEntries = null; 993TopLevelGridEntries = null; 4075TopLevelGridEntries = 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; 1712GetGridEntriesFromOutline(TopLevelGridEntries, 0, 0, newEntries); 3617TotalProperties = CountPropertiesFromOutline(TopLevelGridEntries); 3969int propertyCount = CountPropertiesFromOutline(TopLevelGridEntries); 4010if (TopLevelGridEntries is not null && ScaleHelper.IsScalingRequirementMet) 4013foreach (GridEntry entry in TopLevelGridEntries) 4053object? oldObject = TopLevelGridEntries is null || TopLevelGridEntries.Count == 0 4055: TopLevelGridEntries[0].GetValueOwner(); 4097object? newObject = TopLevelGridEntries is null || TopLevelGridEntries.Count == 0 4099: TopLevelGridEntries[0].GetValueOwner(); 5434if (TopLevelGridEntries is not null) 5436foreach (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)