Home
last modified time | relevance | path

Searched refs:designerBaseType (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DDesignerAttribute.cs68 public DesignerAttribute(string designerTypeName, Type designerBaseType) in DesignerAttribute() argument
73 DesignerBaseTypeName = designerBaseType.AssemblyQualifiedName; in DesignerAttribute()
82 public DesignerAttribute(Type designerType, Type designerBaseType) in DesignerAttribute() argument
85 DesignerBaseTypeName = designerBaseType.AssemblyQualifiedName; in DesignerAttribute()
H A DTypeDescriptor.cs2379 public static IDesigner CreateDesigner(IComponent component, Type designerBaseType) in CreateDesigner() argument
2390 if (type2 != null && type2 == designerBaseType) in CreateDesigner()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DDesignerAttribute.cs69 public DesignerAttribute(string designerTypeName, Type designerBaseType) { in DesignerAttribute() argument
73 this.designerBaseTypeName = designerBaseType.AssemblyQualifiedName; in DesignerAttribute()
82 public DesignerAttribute(Type designerType, Type designerBaseType) { in DesignerAttribute() argument
84 this.designerBaseTypeName = designerBaseType.AssemblyQualifiedName; in DesignerAttribute()
H A DDebugTypeDescriptor.cs114 public static IDesigner CreateDesigner(IComponent component, Type designerBaseType) { in CreateDesigner() argument
128 if (attributeBaseType != null && attributeBaseType == designerBaseType) { in CreateDesigner()
H A DTypeDescriptor.cs579 public static IDesigner CreateDesigner(IComponent component, Type designerBaseType) in CreateDesigner() argument
594 if (attributeBaseType != null && attributeBaseType == designerBaseType) in CreateDesigner()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DDesignerHost.cs314 private IDesigner CreateDesigner (IComponent component, Type designerBaseType) in CreateDesigner() argument
322 (designerBaseType.FullName == designerAttr.DesignerBaseTypeName || in CreateDesigner()
323 designerBaseType.AssemblyQualifiedName == designerAttr.DesignerBaseTypeName)) { in CreateDesigner()
325 if (type == null && designerBaseType == typeof (IRootDesigner)) in CreateDesigner()
340 (designerBaseType.FullName == designerAttr.DesignerBaseTypeName || in CreateDesigner()
341 designerBaseType.AssemblyQualifiedName == designerAttr.DesignerBaseTypeName)) { in CreateDesigner()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/Dialogs/
H A DThemeConfigurationDialog.cs724 …Type designerBaseType = (type.FullName.Equals(DesignerHelpers.SequentialWorkflowTypeRef, StringCom… in PopulateActivities()
725 … Type designerType = ActivityDesigner.GetDesignerType(serviceProvider, type, designerBaseType); in PopulateActivities()
836 …Type designerBaseType = (activityType.FullName.Equals(DesignerHelpers.SequentialWorkflowTypeRef, S… in GetDesignerThemes()
837 …e designerType = ActivityDesigner.GetDesignerType(serviceProvider, activityType, designerBaseType); in GetDesignerThemes()
883 …Type designerBaseType = (activityType.FullName.Equals(DesignerHelpers.SequentialWorkflowTypeRef, S… in EnsureDesignerThemes()
884 …e designerType = ActivityDesigner.GetDesignerType(serviceProvider, activityType, designerBaseType); in EnsureDesignerThemes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DCustomActivityDesigner.cs136 … private static DesignerAttribute GetDesignerAttribute(object component, Type designerBaseType) in GetDesignerAttribute() argument
142 …ignerAttribute != null && designerAttribute.DesignerBaseTypeName == designerBaseType.AssemblyQuali… in GetDesignerAttribute()
H A DActivityDesigner.cs1990 …ic Type GetDesignerType(IServiceProvider serviceProvider, Type activityType, Type designerBaseType) in GetDesignerType() argument
1997 …f (designerAttribute != null && (designerBaseType == null || designerAttribute.DesignerBaseTypeNam… in GetDesignerType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs262 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
264 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
H A DSystem.ComponentModel.TypeConverter.cs697 …entModel.Design.IDesigner CreateDesigner(IComponent component, Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs1702 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
1704 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
3074 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs1705 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
1707 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
3077 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs1700 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
1702 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
3072 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs1701 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
1703 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
3073 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs3336 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
3338 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
4651 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs3091 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
3093 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
4395 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs3146 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
3148 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
4518 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs3167 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
3169 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
4539 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs3167 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
3169 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
4539 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs3146 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
3148 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
4518 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs3146 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
3148 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
4518 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs3165 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
3167 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
4537 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs3435 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
3437 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
4809 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs3167 public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { } in DesignerAttribute() argument
3169 public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { } in DesignerAttribute() argument
4539 …ateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null… in CreateDesigner() argument

12