3 writes to TopLevelGridEntries
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
731
TopLevelGridEntries
= null;
970
TopLevelGridEntries
= null;
4025
TopLevelGridEntries
= OwnerGrid.GetCurrentEntries();
23 references to TopLevelGridEntries
System.Windows.Forms (23)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.CategoryGridEntryAccessibleObject.cs (1)
46
GridEntryCollection? topLevelGridEntries = gridView.
TopLevelGridEntries
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
179
GridEntryCollection? topLevelGridEntries = gridView.
TopLevelGridEntries
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (2)
322
gridViewOwner.
TopLevelGridEntries
,
341
? PropertyGridView.PropertyGridViewAccessibleObject.GetPreviousGridEntry(owner, gridViewOwner.
TopLevelGridEntries
, out _)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (15)
396
private bool HasEntries =>
TopLevelGridEntries
is not null &&
TopLevelGridEntries
.Count > 0;
1683
GetGridEntriesFromOutline(
TopLevelGridEntries
, 0, 0, newEntries);
3567
TotalProperties = CountPropertiesFromOutline(
TopLevelGridEntries
);
3919
int propertyCount = CountPropertiesFromOutline(
TopLevelGridEntries
);
3960
if (
TopLevelGridEntries
is not null && ScaleHelper.IsScalingRequirementMet)
3963
foreach (GridEntry entry in
TopLevelGridEntries
)
4003
object? oldObject =
TopLevelGridEntries
is null ||
TopLevelGridEntries
.Count == 0
4005
:
TopLevelGridEntries
[0].GetValueOwner();
4047
object? newObject =
TopLevelGridEntries
is null ||
TopLevelGridEntries
.Count == 0
4049
:
TopLevelGridEntries
[0].GetValueOwner();
5393
if (
TopLevelGridEntries
is not null)
5395
foreach (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)
120
GridEntryCollection? topLevelGridEntries = owner.
TopLevelGridEntries
;
134
=> !this.TryGetOwnerAs(out PropertyGridView? owner) ? null : GetCategory(owner.
TopLevelGridEntries
!.Count - 1);
475
|| owner.
TopLevelGridEntries
is not { } topLevelGridEntries)