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