8 references to GetEditor
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
1691
return
GetEditor
(component, editorBaseType, false);
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
74
return TypeDescriptor.
GetEditor
(this.owner, editorBaseType, true);
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
492
return TypeDescriptor.
GetEditor
(this, editorBaseType, true);
System.Web (4)
UI\WebControls\ErrorStyle.cs (1)
48
return TypeDescriptor.
GetEditor
(this, editorBaseType, true);
UI\WebControls\ErrorTableItemStyle.cs (1)
46
return TypeDescriptor.
GetEditor
(this, editorBaseType, true);
UI\WebControls\SubMenuStyle.cs (1)
255
return TypeDescriptor.
GetEditor
(this, editorBaseType, true);
UI\WebParts\WebPartMenuStyle.cs (1)
165
return TypeDescriptor.
GetEditor
(this, editorBaseType, true);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
580
return TypeDescriptor.
GetEditor
(this, editorBaseType, true);