2 overrides of CreateChildren
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
99protected override bool CreateChildren() {
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
235protected override bool CreateChildren() {
5 references to CreateChildren
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (4)
339CreateChildren(); 452bool fMakeSure = CreateChildren(); 633CreateChildren(); 2644CreateChildren();
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
236bool fReturn = base.CreateChildren();