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