Exemplo n.º 1
0
 object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
 {
     return(CustomTypeDescHelpers.GetPropertyOwner(this, pd));
 }
Exemplo n.º 2
0
 PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
 {
     return(CustomTypeDescHelpers.GetProperties(attributes));
 }
Exemplo n.º 3
0
 PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
 {
     return(CustomTypeDescHelpers.GetProperties(this));
 }
Exemplo n.º 4
0
 EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
 {
     return(CustomTypeDescHelpers.GetEvents(attributes));
 }
Exemplo n.º 5
0
 EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
 {
     return(CustomTypeDescHelpers.GetEvents(this));
 }
Exemplo n.º 6
0
 PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
 {
     return(CustomTypeDescHelpers.GetDefaultProperty(this));
 }
Exemplo n.º 7
0
 object ICustomTypeDescriptor.GetEditor(Type editorBaseType)
 {
     return(CustomTypeDescHelpers.GetEditor(this, editorBaseType));
 }
Exemplo n.º 8
0
 EventDescriptor ICustomTypeDescriptor.GetDefaultEvent()
 {
     return(CustomTypeDescHelpers.GetDefaultEvent(this));
 }
Exemplo n.º 9
0
 TypeConverter ICustomTypeDescriptor.GetConverter()
 {
     return(CustomTypeDescHelpers.GetConverter(this));
 }
Exemplo n.º 10
0
 string ICustomTypeDescriptor.GetComponentName()
 {
     return(CustomTypeDescHelpers.GetComponentName(this));
 }
Exemplo n.º 11
0
 string ICustomTypeDescriptor.GetClassName()
 {
     return(CustomTypeDescHelpers.GetClassName(this));
 }
Exemplo n.º 12
0
 AttributeCollection ICustomTypeDescriptor.GetAttributes()
 {
     return(CustomTypeDescHelpers.GetAttributes(this));
 }