Home
last modified time | relevance | path

Searched refs:DesignerTypeName (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.cs32 DesignerTypeName = designerTypeName; in DesignerAttribute()
44 DesignerTypeName = designerType.AssemblyQualifiedName; in DesignerAttribute()
58 DesignerTypeName = designerTypeName; in DesignerAttribute()
72 DesignerTypeName = designerTypeName; in DesignerAttribute()
84 DesignerTypeName = designerType.AssemblyQualifiedName; in DesignerAttribute()
101 public string DesignerTypeName { get; } property in System.ComponentModel.DesignerAttribute
140 …& other.DesignerBaseTypeName == DesignerBaseTypeName && other.DesignerTypeName == DesignerTypeName; in Equals()
145 return DesignerTypeName.GetHashCode() ^ DesignerBaseTypeName.GetHashCode(); in GetHashCode()
H A DTypeDescriptor.cs2398 … type = typeResolutionService.GetType(designerAttribute.DesignerTypeName); in CreateDesigner()
2402 type = Type.GetType(designerAttribute.DesignerTypeName); in CreateDesigner()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DDesignerAttributeTest.cs28 Assert.AreEqual ("CategoryType", da.DesignerTypeName, "#A2"); in Constructor1()
33 Assert.AreEqual ("Mono.Components.CategoryType", da.DesignerTypeName, "#B2"); in Constructor1()
38 Assert.AreEqual (string.Empty, da.DesignerTypeName, "#C2"); in Constructor1()
54 Assert.AreEqual (typeof (string).AssemblyQualifiedName, da.DesignerTypeName, "#2"); in Constructor2()
72 Assert.AreEqual ("Mono.Components.CategoryType", da.DesignerTypeName, "#A2"); in Constructor3()
77 Assert.AreEqual ("CategoryType", da.DesignerTypeName, "#B2"); in Constructor3()
82 Assert.AreEqual (string.Empty, da.DesignerTypeName, "#C2"); in Constructor3()
92 Assert.AreEqual ("CategoryType", da.DesignerTypeName, "#2"); in Constructor3_DesignerBaseType_Null()
114 Assert.AreEqual ("Mono.Components.CategoryType", da.DesignerTypeName, "#A2"); in Constructor4()
119 Assert.AreEqual ("CategoryType", da.DesignerTypeName, "#B2"); in Constructor4()
[all …]
H A DTypeDescriptorTests.cs1164 found = typeof(MyOtherDesigner).AssemblyQualifiedName == attribute.DesignerTypeName; in TestGetAttributes()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DDesignerAttribute.cs104 public string DesignerTypeName { property in System.ComponentModel.DesignerAttribute
H A DDebugTypeDescriptor.cs136 designerType = tr.GetType(da.DesignerTypeName); in CreateDesigner()
141 designerType = Type.GetType(da.DesignerTypeName); in CreateDesigner()
144 …pe '" + component.GetType().FullName + "' because designer of type '" + da.DesignerTypeName + "'"); in CreateDesigner()
H A DTypeDescriptor.cs605 designerType = tr.GetType(da.DesignerTypeName); in CreateDesigner()
611 designerType = Type.GetType(da.DesignerTypeName); in CreateDesigner()
614 …pe '" + component.GetType().FullName + "' because designer of type '" + da.DesignerTypeName + "'"); in CreateDesigner()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DDesignerHost.cs324 Type type = Type.GetType (designerAttr.DesignerTypeName); in CreateDesigner()
342 Type type = Type.GetType (designerAttr.DesignerTypeName); in CreateDesigner()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/
H A DActivityDesigner.cs1999 int index = designerAttribute.DesignerTypeName.IndexOf(','); in GetDesignerType()
2000 …Name = (index >= 0) ? designerAttribute.DesignerTypeName.Substring(0, index) : designerAttribute.D… in GetDesignerType()
2005 …olutionService != null) ? typeResolutionService.GetType(designerAttribute.DesignerTypeName) : null; in GetDesignerType()
2009 designerType = Type.GetType(designerAttribute.DesignerTypeName); in GetDesignerType()
H A DCustomActivityDesigner.cs73 … if (rootDesignerAttrib.DesignerTypeName == typeof(ActivityDesigner).AssemblyQualifiedName) in OnComponentAdding()
77 …ootActivity, new Attribute[] { new DesignerAttribute(designerAttrib.DesignerTypeName, typeof(IRoot… in OnComponentAdding()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs266 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs1706 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs1709 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs1704 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs1705 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs3340 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs3095 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs3150 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs3171 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs3171 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs3150 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs3150 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs3169 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs3439 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs3171 public string DesignerTypeName { get { throw null; } } property in System.ComponentModel.DesignerAttribute

12