27 references to Children
System.Windows.Forms (27)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4740
currentPropEntries = peMain.
Children
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (4)
329
if (
Children
!= null) {
330
return
Children
.Count;
636
return this.
Children
;
1380
return this.
Children
.GetEntry(pe);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
119
bool fExpandable = this.
Children
.Count > 0;
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
72
bool fExpandable = this.
Children
.Count > 0;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
1076
return _owningPropertyDescriptorGridEntry.
Children
.GetEntry(0).AccessibilityObject;
1097
return _owningPropertyDescriptorGridEntry.
Children
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (13)
1085
cProps += CountPropsFromOutline(((GridEntry)rgipes[i]).
Children
);
1240
GridEntryCollection children = entry.
Children
;
2102
GridEntryCollection subGridEntry = ipeCur.
Children
;
2972
GridEntryCollection rgipes2 = gridEntry.
Children
;
3746
GridEntryCollection children = parent.
Children
;
4061
GridEntryCollection rgipes = gridEntry.
Children
;
4251
expandedItems.Add(GetGridEntryHierarchy(entry.
Children
.GetEntry(0)));
4252
SaveHierarchyState(entry.
Children
, expandedItems);
5433
foreach (GridEntry ent in entry.
Children
) {
7517
var foundChild = GetPreviousGridEntry(currentGridEntry, gridEntry.
Children
, out currentGridEntryFound);
7554
var foundChild = GetNextGridEntry(currentGridEntry, gridEntry.
Children
, out currentGridEntryFound);
7576
GridEntryCollection subGridEntry = current.
Children
;
7600
GridEntryCollection subGridEntry = current.
Children
;
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (5)
106
if (!same &&
Children
!= null &&
Children
.Count > 0) {
299
if (
Children
.Count > 0) {
301
GridEntry[] childEntries = new GridEntry[this.
Children
.Count];
302
this.
Children
.CopyTo(childEntries, 0);