fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (10)
364foreach(PropertyDescriptor reflected in TypeDescriptor.GetProperties(this, true)) {
483return TypeDescriptor.GetClassName(this, true);
486return TypeDescriptor.GetComponentName(this, true);
489return TypeDescriptor.GetAttributes(this, true);
492return TypeDescriptor.GetEditor(this, editorBaseType, true);
495return TypeDescriptor.GetConverter(this, true);
498return TypeDescriptor.GetDefaultProperty(this, true);
507return TypeDescriptor.GetDefaultEvent(this, true);
510return TypeDescriptor.GetEvents(this, true);
513return TypeDescriptor.GetEvents(this, attributes, true);
UI\WebControls\ErrorStyle.cs (11)
24return TypeDescriptor.GetAttributes(this, true);
28return TypeDescriptor.GetClassName(this, true);
32return TypeDescriptor.GetComponentName(this, true);
36return TypeDescriptor.GetConverter(this, true);
40return TypeDescriptor.GetDefaultEvent(this, true);
44return TypeDescriptor.GetDefaultProperty(this, true);
48return TypeDescriptor.GetEditor(this, editorBaseType, true);
52return TypeDescriptor.GetEvents(this, true);
56return TypeDescriptor.GetEvents(this, attributes, true);
64PropertyDescriptorCollection oldProperties = TypeDescriptor.GetProperties(GetType(), attributes);
71newProperties[i] = TypeDescriptor.CreateProperty(
UI\WebControls\ErrorTableItemStyle.cs (11)
22return TypeDescriptor.GetAttributes(this, true);
26return TypeDescriptor.GetClassName(this, true);
30return TypeDescriptor.GetComponentName(this, true);
34return TypeDescriptor.GetConverter(this, true);
38return TypeDescriptor.GetDefaultEvent(this, true);
42return TypeDescriptor.GetDefaultProperty(this, true);
46return TypeDescriptor.GetEditor(this, editorBaseType, true);
50return TypeDescriptor.GetEvents(this, true);
54return TypeDescriptor.GetEvents(this, attributes, true);
62PropertyDescriptorCollection oldProperties = TypeDescriptor.GetProperties(GetType(), attributes);
69newProperties[i] = TypeDescriptor.CreateProperty(
UI\WebControls\SubMenuStyle.cs (11)
231 return TypeDescriptor.GetAttributes(this, true);
235 return TypeDescriptor.GetClassName(this, true);
239 return TypeDescriptor.GetComponentName(this, true);
243 return TypeDescriptor.GetConverter(this, true);
247 return TypeDescriptor.GetDefaultEvent(this, true);
251 return TypeDescriptor.GetDefaultProperty(this, true);
255 return TypeDescriptor.GetEditor(this, editorBaseType, true);
259 return TypeDescriptor.GetEvents(this, true);
263 return TypeDescriptor.GetEvents(this, attributes, true);
271 PropertyDescriptorCollection oldProperties = TypeDescriptor.GetProperties(GetType(), attributes);
286 newProperties[i] = TypeDescriptor.CreateProperty(GetType(), property, newAttributes);
UI\WebParts\WebPartMenuStyle.cs (14)
141return TypeDescriptor.GetAttributes(this, true);
145return TypeDescriptor.GetClassName(this, true);
149return TypeDescriptor.GetComponentName(this, true);
153return TypeDescriptor.GetConverter(this, true);
157return TypeDescriptor.GetDefaultEvent(this, true);
161return TypeDescriptor.GetDefaultProperty(this, true);
165return TypeDescriptor.GetEditor(this, editorBaseType, true);
169return TypeDescriptor.GetEvents(this, true);
173return TypeDescriptor.GetEvents(this, attributes, true);
181PropertyDescriptorCollection oldProperties = TypeDescriptor.GetProperties(GetType(), attributes);
186TypeDescriptor.CreateProperty(GetType(), oldPaddingProperty, new DefaultValueAttribute(1));
190TypeDescriptor.CreateProperty(GetType(), oldSpacingProperty, new DefaultValueAttribute(0));
194TypeDescriptor.CreateProperty(GetType(), oldFontProperty,
201TypeDescriptor.CreateProperty(GetType(), oldForeColorProperty,