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