1 override of Children
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridInternal\AccessibleObjects\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (1)
178
public override GridEntryCollection
Children
43 references to Children
System.Windows.Forms (22)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
4189
_currentEntries = _rootEntry.
Children
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (4)
195
public int ChildCount =>
Children
.Count;
520
return new GridItemCollection(
Children
);
672
foreach (GridEntry child in
Children
)
1163
internal int GetChildIndex(GridEntry entry) =>
Children
.IndexOf(entry);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
137
bool expandable =
Children
.Count > 0;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
74
bool expandable =
Children
.Count > 0;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObject.cs (2)
86
return owner.
Children
[index].AccessibilityObject;
222
foreach (GridEntry childEntry in owner.
Children
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (7)
926
propertyCount += CountPropertiesFromOutline(entries[i].
Children
);
1843
GridEntryCollection childEntries = currentEntry.
Children
;
2782
SelectGridEntry(entry.
Children
[0], pageIn: true);
3563
GridEntryCollection children = parent.
Children
;
3952
GridEntryCollection children = gridEntry.
Children
;
4158
expandedItems.Add(GetGridEntryHierarchy(entry.
Children
[0]));
4159
SaveHierarchyState(entry.
Children
, expandedItems);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (4)
181
AccessibleObject? foundChild = GetPreviousGridEntry(currentGridEntry, gridEntry.
Children
, out currentGridEntryFound);
230
AccessibleObject? foundChild = GetNextGridEntry(currentGridEntry, gridEntry.
Children
, out currentGridEntryFound);
259
GridEntryCollection subGridEntry = current.
Children
;
290
GridEntryCollection subGridEntry = current.
Children
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (2)
243
if (
Children
.Count == 0 || (_propertySort & PropertySort.Categorized) == 0)
251
foreach (var child in
Children
)
System.Windows.Forms.Interop.Tests (2)
PropertyGridTests.cs (2)
25
var encodingEntry = entries[0].
Children
.First(_ => _.PropertyName == "Int_Property");
59
var encodingEntry = entries[0].
Children
.First(_ => _.PropertyName == "Int_Property");
System.Windows.Forms.Tests (5)
System\Windows\Forms\AccessibleObjects\PropertyGridView.PropertyGridViewAccessibleObjectTests.cs (5)
55
GridEntry entry = propertyGrid.GetCurrentEntries()[0].
Children
[2];
70
GridEntry entry = propertyGrid.GetCurrentEntries()[0].
Children
[2];
96
foreach (GridEntry entry in category.
Children
)
181
foreach (GridEntry entry in category.
Children
)
263
foreach (GridEntry entry in category.
Children
)
System.Windows.Forms.TestUtilities (1)
PropertyGridInternal\SubPropertyGrid.cs (1)
36
.
Children
System.Windows.Forms.UI.IntegrationTests (13)
PropertyGridInternal\DropDownButton.DropDownButtonAccessibleObjectTests.cs (1)
67
grid.SelectedEntry.
Children
.First().AccessibilityObject,
PropertyGridInternal\PropertyDescriptorGridEntry.PropertyDescriptorGridEntryAccessibleObjectTests.cs (11)
27
entry.
Children
.First().AccessibilityObject.FragmentNavigate(NavigateDirection.NavigateDirection_Parent));
41
Assert.Null(entry.
Children
.First().AccessibilityObject.FragmentNavigate(NavigateDirection.NavigateDirection_PreviousSibling));
56
entry.
Children
.First().AccessibilityObject,
57
entry.
Children
[1].AccessibilityObject.FragmentNavigate(NavigateDirection.NavigateDirection_PreviousSibling));
73
grid.SelectedEntry.
Children
.First().AccessibilityObject.FragmentNavigate(NavigateDirection.NavigateDirection_PreviousSibling));
89
grid.SelectedEntry.
Children
.First().AccessibilityObject.FragmentNavigate(NavigateDirection.NavigateDirection_PreviousSibling));
103
Assert.Null(entry.
Children
.Last().AccessibilityObject.FragmentNavigate(NavigateDirection.NavigateDirection_NextSibling));
118
entry.
Children
[1].AccessibilityObject,
119
entry.
Children
.First().AccessibilityObject.FragmentNavigate(NavigateDirection.NavigateDirection_NextSibling));
145
entry.
Children
.First().AccessibilityObject,
218
entry.
Children
.Last().AccessibilityObject,
PropertyGridInternal\PropertyGridView.GridViewTextBox.GridViewTextBoxAccessibleObjectTests.cs (1)
81
grid.SelectedEntry.
Children
.First().AccessibilityObject,