10 references to GetAttributes
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
1385return GetAttributes(component, false);
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
39return TypeDescriptor.GetAttributes(this.owner, true);
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
489return TypeDescriptor.GetAttributes(this, true);
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
457AttributeCollection ICustomTypeDescriptor.GetAttributes() { return TypeDescriptor.GetAttributes(this, true); }
System.Web (4)
UI\WebControls\ErrorStyle.cs (1)
24return TypeDescriptor.GetAttributes(this, true);
UI\WebControls\ErrorTableItemStyle.cs (1)
22return TypeDescriptor.GetAttributes(this, true);
UI\WebControls\SubMenuStyle.cs (1)
231 return TypeDescriptor.GetAttributes(this, true);
UI\WebParts\WebPartMenuStyle.cs (1)
141return TypeDescriptor.GetAttributes(this, true);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
2724return TypeDescriptor.GetAttributes(this, true);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
550return TypeDescriptor.GetAttributes(this, true);