3 writes to TopLevelGridEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
731TopLevelGridEntries = null; 970TopLevelGridEntries = null; 4025TopLevelGridEntries = 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)
396private bool HasEntries => TopLevelGridEntries is not null && TopLevelGridEntries.Count > 0; 1683GetGridEntriesFromOutline(TopLevelGridEntries, 0, 0, newEntries); 3567TotalProperties = CountPropertiesFromOutline(TopLevelGridEntries); 3919int propertyCount = CountPropertiesFromOutline(TopLevelGridEntries); 3960if (TopLevelGridEntries is not null && ScaleHelper.IsScalingRequirementMet) 3963foreach (GridEntry entry in TopLevelGridEntries) 4003object? oldObject = TopLevelGridEntries is null || TopLevelGridEntries.Count == 0 4005: TopLevelGridEntries[0].GetValueOwner(); 4047object? newObject = TopLevelGridEntries is null || TopLevelGridEntries.Count == 0 4049: TopLevelGridEntries[0].GetValueOwner(); 5393if (TopLevelGridEntries is not null) 5395foreach (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)