3 overrides of CreateChildren
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
100
protected override bool
CreateChildren
(bool diffOldChildren) => true;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
115
protected override bool
CreateChildren
(bool diffOldChildren = false)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
191
protected override bool
CreateChildren
(bool diffOldChildren = false)
7 references to CreateChildren
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (5)
206
CreateChildren
();
329
bool childrenExpandable =
CreateChildren
();
523
CreateChildren
();
2202
CreateChildren
(useExistingChildren: true);
2262
CreateChildren
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
121
return base.
CreateChildren
(diffOldChildren);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
193
bool expandable = base.
CreateChildren
(diffOldChildren);