8 references to GetClassName
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
1489return GetClassName(component, false);
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
49return TypeDescriptor.GetClassName(this.owner, true);
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
483return TypeDescriptor.GetClassName(this, true);
System.Web (4)
UI\WebControls\ErrorStyle.cs (1)
28return TypeDescriptor.GetClassName(this, true);
UI\WebControls\ErrorTableItemStyle.cs (1)
26return TypeDescriptor.GetClassName(this, true);
UI\WebControls\SubMenuStyle.cs (1)
235 return TypeDescriptor.GetClassName(this, true);
UI\WebParts\WebPartMenuStyle.cs (1)
145return TypeDescriptor.GetClassName(this, true);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
555return TypeDescriptor.GetClassName(this, true);