Exemple #1
0
 EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
 {
     return(CustomTypeDescHelpers.GetEvents(this));
 }
Exemple #2
0
 PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
 {
     return(CustomTypeDescHelpers.GetProperties(this, attributes));
 }
Exemple #3
0
 object ICustomTypeDescriptor.GetEditor(Type editorBaseType)
 {
     return(CustomTypeDescHelpers.GetEditor(this, editorBaseType));
 }
Exemple #4
0
 EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes)
 {
     return(CustomTypeDescHelpers.GetEvents(this, attributes));
 }
Exemple #5
0
 EventDescriptor ICustomTypeDescriptor.GetDefaultEvent()
 {
     return(CustomTypeDescHelpers.GetDefaultEvent(this));
 }
Exemple #6
0
 PropertyDescriptor ICustomTypeDescriptor.GetDefaultProperty()
 {
     return(CustomTypeDescHelpers.GetDefaultProperty(this));
 }
Exemple #7
0
 string ICustomTypeDescriptor.GetComponentName()
 {
     return(CustomTypeDescHelpers.GetComponentName(this));
 }
Exemple #8
0
 public string GetComponentName()
 {
     return(CustomTypeDescHelpers.GetComponentName(this));
 }
Exemple #9
0
 AttributeCollection ICustomTypeDescriptor.GetAttributes()
 {
     return(CustomTypeDescHelpers.GetAttributes(this));
 }
Exemple #10
0
 string ICustomTypeDescriptor.GetClassName()
 {
     return(CustomTypeDescHelpers.GetClassName(this));
 }
Exemple #11
0
        //
        // ICustomTypeDescriptor members generated by NewTypeMaker.ImplementCustomTypeDescriptor()
        //

        #region ICustomTypeDescriptor members
        public AttributeCollection GetAttributes()
        {
            return(CustomTypeDescHelpers.GetAttributes(this));
        }
Exemple #12
0
 public object GetEditor(Type editorBaseType)
 {
     return(CustomTypeDescHelpers.GetEditor(this, editorBaseType));
 }
Exemple #13
0
 public TypeConverter GetConverter()
 {
     return(CustomTypeDescHelpers.GetConverter(this));
 }
Exemple #14
0
 PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties()
 {
     return(CustomTypeDescHelpers.GetProperties(this));
 }
Exemple #15
0
 TypeConverter ICustomTypeDescriptor.GetConverter()
 {
     return(CustomTypeDescHelpers.GetConverter(this));
 }
Exemple #16
0
 object ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor pd)
 {
     return(CustomTypeDescHelpers.GetPropertyOwner(this, pd));
 }
Exemple #17
0
 public string GetClassName()
 {
     return(CustomTypeDescHelpers.GetClassName(this));
 }