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