15 implementations of GetEditor
System.ComponentModel.TypeConverter (5)
System\ComponentModel\CustomTypeDescriptor.cs (1)
132
public virtual object?
GetEditor
(Type editorBaseType) => _parent?.GetEditor(editorBaseType);
System\ComponentModel\TypeDescriptor.cs (4)
2835
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
3153
object? ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
3587
object? ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
3981
public object?
GetEditor
(Type editorBaseType)
System.Data.Common (5)
System\Data\Common\DataRecordInternal.cs (1)
339
object? ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
System\Data\Common\DbConnectionStringBuilder.cs (1)
615
object? ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
System\Data\Common\DbDataRecord.cs (1)
89
object? ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) => null;
System\Data\DataRowView.cs (1)
246
object? ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) => null;
System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
70
object? ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) => null;
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (1)
2486
object? ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.ComTypeDescriptor.cs (1)
47
object? ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) => GetEditor(_instance, editorBaseType);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.NullTypeDescriptor.cs (1)
28
object? ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) => null;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\CollectionEditor.CollectionEditorCollectionForm.cs (1)
1272
object? ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) => null;
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
1250
object? ICustomTypeDescriptor.
GetEditor
(Type type) => TypeDescriptor.GetEditor(DataGridViewColumn, type);
6 references to GetEditor
System.ComponentModel.TypeConverter (6)
System\ComponentModel\CustomTypeDescriptor.cs (1)
132
public virtual object? GetEditor(Type editorBaseType) => _parent?.
GetEditor
(editorBaseType);
System\ComponentModel\TypeDescriptor.cs (5)
1081
return GetDescriptor(component, noCustomTypeDesc)!.
GetEditor
(editorBaseType);
3157
object? editor = _primary.
GetEditor
(editorBaseType) ?? _secondary.
GetEditor
(editorBaseType);
3602
return desc.
GetEditor
(editorBaseType);
3999
editor = desc.
GetEditor
(editorBaseType);