System.ComponentModel.TypeDescriptor.MergedTypeDescriptor.ICustomTypeDescriptor C# (CSharp) Method

ICustomTypeDescriptor() private method

ICustomTypeDescriptor implementation.
private ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
pd PropertyDescriptor
return object
            object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
            {
                object owner = _primary.GetPropertyOwner(pd);
                if (owner == null)
                {
                    owner = _secondary.GetPropertyOwner(pd);
                }

                return owner;
            }
        }

Same methods

TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : AttributeCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : EventDescriptorCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptor
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : TypeConverter
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( Type editorBaseType ) : object
TypeDescriptor.MergedTypeDescriptor::ICustomTypeDescriptor ( ) : string
TypeDescriptor.MergedTypeDescriptor