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)
200
CreateChildren
();
320
bool childrenExpandable =
CreateChildren
();
514
CreateChildren
();
2193
CreateChildren
(useExistingChildren: true);
2253
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);