8 references to GetComponentName
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
1514return GetComponentName(component, false);
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
54return TypeDescriptor.GetComponentName(this.owner, true);
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
486return TypeDescriptor.GetComponentName(this, true);
System.Web (4)
UI\WebControls\ErrorStyle.cs (1)
32return TypeDescriptor.GetComponentName(this, true);
UI\WebControls\ErrorTableItemStyle.cs (1)
30return TypeDescriptor.GetComponentName(this, true);
UI\WebControls\SubMenuStyle.cs (1)
239 return TypeDescriptor.GetComponentName(this, true);
UI\WebParts\WebPartMenuStyle.cs (1)
149return TypeDescriptor.GetComponentName(this, true);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
560return TypeDescriptor.GetComponentName(this, true);