System.ComponentModel.TypeDescriptor.ComNativeDescriptionProvider.ComNativeTypeDescriptor.ICustomTypeDescriptor C# (CSharp) Method

ICustomTypeDescriptor() private method

private ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
pd PropertyDescriptor
return object
                object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
                {
                    return _instance;
                }
            }

Same methods

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