15 implementations of GetClassName
System.ComponentModel.TypeConverter (5)
System\ComponentModel\CustomTypeDescriptor.cs (1)
60
public virtual string?
GetClassName
() => _parent?.GetClassName();
System\ComponentModel\TypeDescriptor.cs (4)
2815
string ICustomTypeDescriptor.
GetClassName
() => _handler.GetClassName(_instance);
3103
string ICustomTypeDescriptor.
GetClassName
()
3458
string? ICustomTypeDescriptor.
GetClassName
()
3823
public string?
GetClassName
()
System.Data.Common (5)
System\Data\Common\DataRecordInternal.cs (1)
310
string? ICustomTypeDescriptor.
GetClassName
()
System\Data\Common\DbConnectionStringBuilder.cs (1)
592
string? ICustomTypeDescriptor.
GetClassName
()
System\Data\Common\DbDataRecord.cs (1)
75
string? ICustomTypeDescriptor.
GetClassName
() => null;
System\Data\DataRowView.cs (1)
233
string? ICustomTypeDescriptor.
GetClassName
() => null;
System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
40
string? ICustomTypeDescriptor.
GetClassName
() => null;
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2442
string? ICustomTypeDescriptor.
GetClassName
()
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (1)
29
string? ICustomTypeDescriptor.
GetClassName
() => GetClassName(_instance);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.NullTypeDescriptor.cs (1)
19
string? ICustomTypeDescriptor.
GetClassName
() => string.Empty;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1245
string ICustomTypeDescriptor.
GetClassName
() => PropertyType.Name;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1238
string? ICustomTypeDescriptor.
GetClassName
() => TypeDescriptor.GetClassName(DataGridViewColumn);
6 references to GetClassName
System.ComponentModel.TypeConverter (6)
System\ComponentModel\CustomTypeDescriptor.cs (1)
60
public virtual string? GetClassName() => _parent?.
GetClassName
();
System\ComponentModel\TypeDescriptor.cs (5)
811
return GetDescriptor(component, noCustomTypeDesc)!.
GetClassName
();
3105
string? className = _primary.
GetClassName
() ?? _secondary.
GetClassName
();
3472
string? name = desc.
GetClassName
() ?? _instance.GetType().FullName;
3839
name = desc.
GetClassName
() ?? _objectType.FullName;