21 references to EditorTypeName
System (3)
compmod\system\componentmodel\PropertyDescriptor.cs (1)
311Type type = GetTypeFromName(attr.EditorTypeName);
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (2)
1770Type editorType = GetTypeFromName(instanceAttr.EditorTypeName); 1798Type editorType = GetTypeFromName(typeAttr.EditorTypeName);
System.Activities.Presentation (8)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\EditorAttributeInfo.cs (1)
17return new List<object>() { Type.GetType(attribute.EditorTypeName), Type.GetType(attribute.EditorBaseTypeName) };
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\ExtensibilityMetadataHelper.cs (2)
41Type editorType = Type.GetType(editorAttribute.EditorTypeName); 73Type editorType = Type.GetType(attribute.EditorTypeName);
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
280return Activator.CreateInstance(Type.GetType(attribute.EditorTypeName));
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
1259Type currentType = Type.GetType(p.EditorTypeName); 1262.Select(p => Type.GetType(p.EditorTypeName))
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1349Type currentType = Type.GetType(p.EditorTypeName); 1352.Select(p => Type.GetType(p.EditorTypeName))
System.Data (8)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\EditorAttributeInfo.cs (1)
17return new List<object>() { Type.GetType(attribute.EditorTypeName), Type.GetType(attribute.EditorBaseTypeName) };
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\ExtensibilityMetadataHelper.cs (2)
41Type editorType = Type.GetType(editorAttribute.EditorTypeName); 73Type editorType = Type.GetType(attribute.EditorTypeName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
280return Activator.CreateInstance(Type.GetType(attribute.EditorTypeName));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
1259Type currentType = Type.GetType(p.EditorTypeName); 1262.Select(p => Type.GetType(p.EditorTypeName))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
1349Type currentType = Type.GetType(p.EditorTypeName); 1352.Select(p => Type.GetType(p.EditorTypeName))
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PropertyDescriptor.cs (2)
791Type type = Type.GetType(attr.EditorTypeName); 800Debug.Fail("Failed to create edtior of type '" + attr.EditorTypeName + "' from Attribute", ex.ToString());