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