23 references to CreateProperty
System.Web.Entity.Design (8)
System\Data\WebControls\Design\EntityDataSourceDesigner.cs (8)
378properties["ConnectionString"] = TypeDescriptor.CreateProperty(designerType, "ConnectionString", typeof(string)); 379properties["DefaultContainerName"] = TypeDescriptor.CreateProperty(designerType, "DefaultContainerName", typeof(string)); 380properties["EntitySetName"] = TypeDescriptor.CreateProperty(designerType, "EntitySetName", typeof(string)); 381properties["EntityTypeFilter"] = TypeDescriptor.CreateProperty(designerType, "EntityTypeFilter", typeof(string)); 382properties["CommandText"] = TypeDescriptor.CreateProperty(designerType, "CommandText", typeof(string)); 383properties["OrderBy"] = TypeDescriptor.CreateProperty(designerType, "OrderBy", typeof(string)); 384properties["Select"] = TypeDescriptor.CreateProperty(designerType, "Select", typeof(string)); 385properties["Where"] = TypeDescriptor.CreateProperty(designerType, "Where", typeof(string));
System.Web.Mobile (8)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
194prop = TypeDescriptor.CreateProperty (
UI\MobileControls\Design\MobileControlDesigner.cs (2)
498TypeDescriptor.CreateProperty(this.GetType(), _appliedDeviceFiltersPropName, typeof(String)); 501TypeDescriptor.CreateProperty(this.GetType(), _propertyOverridesPropName, typeof(String));
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (3)
813TypeDescriptor.CreateProperty(this.GetType(), 823TypeDescriptor.CreateProperty(this.GetType(), 831TypeDescriptor.CreateProperty(this.GetType(),
UI\MobileControls\Design\StyleSheetDesigner.cs (2)
1101TypeDescriptor.CreateProperty(this.GetType(), _templatesStylePropName, typeof(String), 1114TypeDescriptor.CreateProperty(this.GetType(), _persistedStylesPropName, typeof(ICollection),
System.Workflow.Activities (4)
Designers\InvokeWebServiceDesigner.cs (1)
76properties["URL"] = new WebServiceUrlPropertyDescriptor(Activity.Site, TypeDescriptor.CreateProperty(this.GetType(), "URL", typeof(string), DesignOnlyAttribute.Yes, MergablePropertyAttribute.No));
Rules\Design\LogicalExpressionTypeConverter.cs (3)
52newProps.Add(new RuleConditionReferenceNamePropertyDescriptor(context, TypeDescriptor.CreateProperty(typeof(RuleConditionReference), "ConditionName", typeof(string), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content), DesignOnlyAttribute.Yes))); 53newProps.Add(new RuleConditionReferencePropertyDescriptor(context, TypeDescriptor.CreateProperty(typeof(RuleConditionReference), "Expression", typeof(CodeExpression), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content), DesignOnlyAttribute.Yes))); 176newProps.Add(new RuleSetPropertyDescriptor(site, TypeDescriptor.CreateProperty(typeof(RuleSet), "RuleSet Definition", typeof(RuleSet), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content), DesignOnlyAttribute.Yes)));
System.Workflow.ComponentModel (2)
AuthoringOM\Behaviors\ExceptionHandlerDesigner.cs (1)
22properties["InitializeField"] = TypeDescriptor.CreateProperty(GetType(), "InitializeField", typeof(bool), new Attribute[] { DesignerSerializationVisibilityAttribute.Hidden, BrowsableAttribute.No });
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1416newProps.Add(new ParameterDataPropertyDescriptor(context, TypeDescriptor.CreateProperty(typeof(GenericParameters), parameterData.ParameterType.Name, typeof(ParameterData))));
WindowsBase (1)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
594_property = TypeDescriptor.CreateProperty(_componentType, Name, _dp.PropertyType);