35 implementations of GetClassName
System (5)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
68public virtual string GetClassName()
compmod\system\componentmodel\TypeDescriptor.cs (4)
3522string ICustomTypeDescriptor.GetClassName() 3725string ICustomTypeDescriptor.GetClassName() 4092string ICustomTypeDescriptor.GetClassName() 4398string ICustomTypeDescriptor.GetClassName()
System.Activities (3)
System\Activities\DynamicActivity.cs (2)
151string ICustomTypeDescriptor.GetClassName() 339string ICustomTypeDescriptor.GetClassName()
System\Activities\DynamicActivityTypeDescriptor.cs (1)
42public string GetClassName()
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
721string ICustomTypeDescriptor.GetClassName() { return _parent.GetClassName(); }
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
185public string GetClassName()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1211string ICustomTypeDescriptor.GetClassName()
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
334string ICustomTypeDescriptor.GetClassName()
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
721string ICustomTypeDescriptor.GetClassName() { return _parent.GetClassName(); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
185public string GetClassName()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1211string ICustomTypeDescriptor.GetClassName()
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
334string ICustomTypeDescriptor.GetClassName()
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
291string ICustomTypeDescriptor.GetClassName() {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
482string ICustomTypeDescriptor.GetClassName() {
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
92string ICustomTypeDescriptor.GetClassName() {
fx\src\data\System\Data\DataRowView.cs (1)
263string ICustomTypeDescriptor.GetClassName() {
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
47string ICustomTypeDescriptor.GetClassName() {
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
458string ICustomTypeDescriptor.GetClassName() { return null; }
System.Web (6)
UI\WebControls\ErrorStyle.cs (1)
27string ICustomTypeDescriptor.GetClassName() {
UI\WebControls\ErrorTableItemStyle.cs (1)
25string ICustomTypeDescriptor.GetClassName() {
UI\WebControls\SubMenuStyle.cs (1)
234 string ICustomTypeDescriptor.GetClassName() {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
43string ICustomTypeDescriptor.GetClassName() {
UI\WebControls\XmlHierarchyData.cs (1)
132string ICustomTypeDescriptor.GetClassName() {
UI\WebParts\WebPartMenuStyle.cs (1)
144string ICustomTypeDescriptor.GetClassName() {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
79string ICustomTypeDescriptor.GetClassName() { return null; }
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1089String ICustomTypeDescriptor.GetClassName()
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2734string ICustomTypeDescriptor.GetClassName() {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
491string ICustomTypeDescriptor.GetClassName()
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
553string ICustomTypeDescriptor.GetClassName()
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
193public string GetClassName() { return _parent.GetClassName(); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
214public string GetClassName() { return _parent.GetClassName(); }
12 references to GetClassName
System (7)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
72return _parent.GetClassName();
compmod\system\componentmodel\TypeDescriptor.cs (6)
1498return GetDescriptor(component, noCustomTypeDesc).GetClassName(); 1506return GetDescriptor(componentType, "componentType").GetClassName(); 3727string className = _primary.GetClassName(); 3730className = _secondary.GetClassName(); 4107string name = desc.GetClassName(); 4414name = desc.GetClassName();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
721string ICustomTypeDescriptor.GetClassName() { return _parent.GetClassName(); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
721string ICustomTypeDescriptor.GetClassName() { return _parent.GetClassName(); }
System.Web.DynamicData (1)
DynamicData\ModelProviders\SimpleTableProvider.cs (1)
34Name = descriptor.GetClassName();
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
193public string GetClassName() { return _parent.GetClassName(); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
214public string GetClassName() { return _parent.GetClassName(); }