2 overrides of GetChildValueOwner
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
190
public override object
GetChildValueOwner
(GridEntry childEntry) {
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
130
public override object
GetChildValueOwner
(GridEntry childEntry) {
3 references to GetChildValueOwner
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
191
return ParentGridEntry.
GetChildValueOwner
(childEntry);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1450
return parentPE.
GetChildValueOwner
(this);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
132
return base.
GetChildValueOwner
(childEntry);