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