15 references to CreateProperty
System.Web (7)
UI\WebControls\ErrorStyle.cs (1)
71
newProperties[i] = TypeDescriptor.
CreateProperty
(
UI\WebControls\ErrorTableItemStyle.cs (1)
69
newProperties[i] = TypeDescriptor.
CreateProperty
(
UI\WebControls\SubMenuStyle.cs (1)
286
newProperties[i] = TypeDescriptor.
CreateProperty
(GetType(), property, newAttributes);
UI\WebParts\WebPartMenuStyle.cs (4)
186
TypeDescriptor.
CreateProperty
(GetType(), oldPaddingProperty, new DefaultValueAttribute(1));
190
TypeDescriptor.
CreateProperty
(GetType(), oldSpacingProperty, new DefaultValueAttribute(0));
194
TypeDescriptor.
CreateProperty
(GetType(), oldFontProperty,
201
TypeDescriptor.
CreateProperty
(GetType(), oldForeColorProperty,
System.Web.Mobile (6)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
165
prop = TypeDescriptor.
CreateProperty
(
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
330
TypeDescriptor.
CreateProperty
(
UI\MobileControls\Design\FormDesigner.cs (1)
202
TypeDescriptor.
CreateProperty
(GetType(), prop, _emptyAttrs);
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
469
properties["Expressions"] = TypeDescriptor.
CreateProperty
(this.GetType(), property, BrowsableAttribute.No);
UI\MobileControls\Design\MobileControlDesigner.cs (1)
507
properties[propertyName] = TypeDescriptor.
CreateProperty
(this.GetType(), property, BrowsableAttribute.No);
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (1)
839
properties[_expressionsPropertyName] = TypeDescriptor.
CreateProperty
(this.GetType(), property, BrowsableAttribute.No);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\EventsTab.cs (1)
177
nsProp = TypeDescriptor.
CreateProperty
(nsProp.ComponentType, nsProp, MergablePropertyAttribute.No);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CustomActivityDesigner.cs (1)
347
PropertyDescriptor baseActivityTypePropertyDescriptor = TypeDescriptor.
CreateProperty
(realBaseActivityTypePropertyDescriptor.ComponentType, realBaseActivityTypePropertyDescriptor, DesignerSerializationVisibilityAttribute.Visible);