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

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