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