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