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