3 overrides of CreateChildren
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
194
protected override bool
CreateChildren
(bool diffOldChildren) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
103
protected override bool
CreateChildren
(bool diffOldChildren) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
58
protected override bool
CreateChildren
(bool diffOldChildren) {
3 references to CreateChildren
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1172
return
CreateChildren
(false);
2567
CreateChildren
(true);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
107
return base.
CreateChildren
(diffOldChildren);