34 implementations of GetEditor
System (5)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
138
public virtual object
GetEditor
(Type editorBaseType)
compmod\system\componentmodel\TypeDescriptor.cs (4)
3562
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
3797
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
4201
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
4525
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
System.Activities (3)
System\Activities\DynamicActivity.cs (2)
176
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
364
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
72
public object
GetEditor
(Type editorBaseType)
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
726
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) { return _parent.GetEditor(editorBaseType); }
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
274
public object
GetEditor
(Type editorBaseType)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1237
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
360
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
726
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) { return _parent.GetEditor(editorBaseType); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
274
public object
GetEditor
(Type editorBaseType)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
1237
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
360
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
fx\src\data\System\Data\Common\DataRecordInternal.cs (1)
312
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
491
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
fx\src\data\System\Data\Common\dbdatarecord.cs (1)
113
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
fx\src\data\System\Data\DataRowView.cs (1)
283
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
fx\src\data\System\Data\DataViewManagerListItemTypeDescriptor.cs (1)
84
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
System.Web (6)
UI\WebControls\ErrorStyle.cs (1)
47
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
UI\WebControls\ErrorTableItemStyle.cs (1)
45
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
UI\WebControls\SubMenuStyle.cs (1)
254
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
64
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
UI\WebControls\XmlHierarchyData.cs (1)
153
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
UI\WebParts\WebPartMenuStyle.cs (1)
164
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
84
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) { return null; }
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
1114
Object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
2785
Object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType) {
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
531
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
578
object ICustomTypeDescriptor.
GetEditor
(Type editorBaseType)
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
211
public object
GetEditor
(Type editorBaseType) { return _parent.GetEditor(editorBaseType); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
232
public object
GetEditor
(Type editorBaseType) { return _parent.GetEditor(editorBaseType); }
11 references to GetEditor
System (7)
compmod\system\componentmodel\CustomTypeDescriptor.cs (1)
142
return _parent.
GetEditor
(editorBaseType);
compmod\system\componentmodel\TypeDescriptor.cs (6)
1706
return GetDescriptor(component, noCustomTypeDesc).
GetEditor
(editorBaseType);
1719
return GetDescriptor(type, "type").
GetEditor
(editorBaseType);
3804
object editor = _primary.
GetEditor
(editorBaseType);
3807
editor = _secondary.
GetEditor
(editorBaseType);
4221
return desc.
GetEditor
(editorBaseType);
4546
editor = desc.
GetEditor
(editorBaseType);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
726
object ICustomTypeDescriptor.GetEditor(Type editorBaseType) { return _parent.
GetEditor
(editorBaseType); }
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
726
object ICustomTypeDescriptor.GetEditor(Type editorBaseType) { return _parent.
GetEditor
(editorBaseType); }
WindowsBase (2)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (1)
211
public object GetEditor(Type editorBaseType) { return _parent.
GetEditor
(editorBaseType); }
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (1)
232
public object GetEditor(Type editorBaseType) { return _parent.
GetEditor
(editorBaseType); }