Home
last modified time | relevance | path

Searched refs:editorBaseType (Results 1 – 25 of 131) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DReflectTypeDescriptionProvider.ReflectedTypeData.cs308 internal object GetEditor(object instance, Type editorBaseType) in GetEditor() argument
320 … typeAttr = GetEditorAttribute(TypeDescriptor.GetAttributes(_type), editorBaseType); in GetEditor()
325 if (editorType != null && editorBaseType.IsAssignableFrom(editorType)) in GetEditor()
338 if (_editorTypes[idx] == editorBaseType) in GetEditor()
349 typeAttr = GetEditorAttribute(TypeDescriptor.GetAttributes(_type), editorBaseType); in GetEditor()
353 if (editorType != null && editorBaseType.IsAssignableFrom(editorType)) in GetEditor()
363 … Hashtable intrinsicEditors = ReflectTypeDescriptionProvider.GetEditorTable(editorBaseType); in GetEditor()
372 if (editor != null && !editorBaseType.IsInstanceOfType(editor)) in GetEditor()
399 _editorTypes[_editorCount] = editorBaseType; in GetEditor()
411 …vate static EditorAttribute GetEditorAttribute(AttributeCollection attributes, Type editorBaseType) in GetEditorAttribute() argument
[all …]
H A DReflectTypeDescriptionProvider.cs159 if (editorBaseType == null) in AddEditorTable()
161 throw new ArgumentNullException(nameof(editorBaseType)); in AddEditorTable()
173 if (!editorTables.ContainsKey(editorBaseType)) in AddEditorTable()
175 editorTables[editorBaseType] = table; in AddEditorTable()
320 return td.GetEditor(instance, editorBaseType); in GetEditor()
326 private static Hashtable GetEditorTable(Type editorBaseType) in GetEditorTable() argument
329 object table = editorTables[editorBaseType]; in GetEditorTable()
338 table = editorTables[editorBaseType]; in GetEditorTable()
348 table = editorTables[editorBaseType]; in GetEditorTable()
351 editorTables[editorBaseType] = editorTables; in GetEditorTable()
[all …]
H A DPropertyDescriptor.cs284 public virtual object GetEditor(Type editorBaseType) in GetEditor() argument
298 if (_editorTypes[i] == editorBaseType) in GetEditor()
319 if (editorBaseType == editorType) in GetEditor()
335 editor = TypeDescriptor.GetEditor(PropertyType, editorBaseType); in GetEditor()
356 _editorTypes[_editorCount] = editorBaseType; in GetEditor()
H A DTypeDescriptor.cs971 return GetEditor(component, editorBaseType, false); in GetEditor()
981 if (editorBaseType == null) in GetEditor()
983 throw new ArgumentNullException(nameof(editorBaseType)); in GetEditor()
992 public static object GetEditor(Type type, Type editorBaseType) in GetEditor() argument
994 if (editorBaseType == null) in GetEditor()
3044 if (editorBaseType == null) in ICustomTypeDescriptor.GetEditor()
3049 … object editor = _primary.GetEditor(editorBaseType) ?? _secondary.GetEditor(editorBaseType); in ICustomTypeDescriptor.GetEditor()
3432 if (editorBaseType == null) in ICustomTypeDescriptor.GetEditor()
3451 return desc.GetEditor(editorBaseType); in ICustomTypeDescriptor.GetEditor()
3772 if (editorBaseType == null) in ICustomTypeDescriptor.GetEditor()
[all …]
H A DCustomTypeDescriptor.cs111 public virtual object GetEditor(Type editorBaseType) in GetEditor() argument
113 return _parent?.GetEditor(editorBaseType); in GetEditor()
H A DICustomTypeDescriptor.cs46 object GetEditor(Type editorBaseType); in GetEditor() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DReflectTypeDescriptionProvider.cs164 if (editorBaseType == null) in AddEditorTable()
182 if (!_editorTables.ContainsKey(editorBaseType)) in AddEditorTable()
184 _editorTables[editorBaseType] = table; in AddEditorTable()
331 return td.GetEditor(instance, editorBaseType); in GetEditor()
337 private static Hashtable GetEditorTable(Type editorBaseType) { in GetEditorTable() argument
350 object table = _editorTables[editorBaseType]; in GetEditorTable()
359 table = _editorTables[editorBaseType]; in GetEditorTable()
369 table = _editorTables[editorBaseType]; in GetEditorTable()
372 _editorTables[editorBaseType] = _editorTables; in GetEditorTable()
1792 if (_editorTypes[idx] == editorBaseType) in GetEditor()
[all …]
H A DDebugTypeDescriptor.cs102 if (!editorTables.ContainsKey(editorBaseType)) { in AddEditorTable()
103 editorTables[editorBaseType] = table; in AddEditorTable()
563 return GetEditor(component, editorBaseType, false); in GetEditor()
609 return GetEntry(null, type).GetEditor(editorBaseType); in GetEditor()
619 table = editorTables[editorBaseType]; in GetEditorTable()
628 if (!editorBaseType.IsAbstract) { in GetEditorTable()
636 table = editorTables[editorBaseType]; in GetEditorTable()
643 editorTables[editorBaseType] = editorTables; in GetEditorTable()
1450 public object GetEditor(Type editorBaseType) { in GetEditor() argument
1458 if (editorTypes[i] == editorBaseType) { in GetEditor()
[all …]
H A DDebugExtendedPropertyDescriptor.cs180 public override object GetEditor(Type editorBaseType) { in GetEditor() argument
187 if (editorTypes[i] == editorBaseType) { in GetEditor()
205 if (editorBaseType == editorType) { in GetEditor()
218 editor = DebugTypeDescriptor.GetEditor(PropertyType, editorBaseType); in GetEditor()
237 editorTypes[editorCount] = editorBaseType; in GetEditor()
H A DPropertyDescriptor.cs282 public virtual object GetEditor(Type editorBaseType) { in GetEditor() argument
293 if (editorTypes[i] == editorBaseType) { in GetEditor()
310 if (editorBaseType == editorType) { in GetEditor()
323 editor = TypeDescriptor.GetEditor(PropertyType, editorBaseType); in GetEditor()
342 editorTypes[editorCount] = editorBaseType; in GetEditor()
H A DCustomTypeDescriptor.cs138 public virtual object GetEditor(Type editorBaseType) in GetEditor() argument
142 return _parent.GetEditor(editorBaseType); in GetEditor()
H A DTypeDescriptor.cs1695 return GetEditor(component, editorBaseType, false); in GetEditor()
1705 if (editorBaseType == null) in GetEditor()
1716 public static object GetEditor(Type type, Type editorBaseType) in GetEditor() argument
1718 if (editorBaseType == null) in GetEditor()
3803 if (editorBaseType == null) in ICustomTypeDescriptor.GetEditor()
3808 object editor = _primary.GetEditor(editorBaseType); in ICustomTypeDescriptor.GetEditor()
3811 editor = _secondary.GetEditor(editorBaseType); in ICustomTypeDescriptor.GetEditor()
4207 if (editorBaseType == null) in ICustomTypeDescriptor.GetEditor()
4225 return desc.GetEditor(editorBaseType); in ICustomTypeDescriptor.GetEditor()
4531 if (editorBaseType == null) in ICustomTypeDescriptor.GetEditor()
[all …]
H A DDebugReflectPropertyDescriptor.cs849 public override object GetEditor(Type editorBaseType) { in GetEditor() argument
856 if (editorTypes[i] == editorBaseType) { in GetEditor()
874 if (editorBaseType == editorType) { in GetEditor()
887 editor = DebugTypeDescriptor.GetEditor(PropertyType, editorBaseType); in GetEditor()
906 editorTypes[editorCount] = editorBaseType; in GetEditor()
H A DICustomTypeDescriptor.cs61 object GetEditor(Type editorBaseType); in GetEditor() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DDynamicActivity.cs176 object ICustomTypeDescriptor.GetEditor(Type editorBaseType) in ICustomTypeDescriptor.GetEditor() argument
178 return this.typeDescriptor.GetEditor(editorBaseType); in ICustomTypeDescriptor.GetEditor()
364 object ICustomTypeDescriptor.GetEditor(Type editorBaseType) in ICustomTypeDescriptor.GetEditor() argument
366 return this.typeDescriptor.GetEditor(editorBaseType); in ICustomTypeDescriptor.GetEditor()
H A DDynamicActivityTypeDescriptor.cs72 public object GetEditor(Type editorBaseType) in GetEditor() argument
74 return TypeDescriptor.GetEditor(this.owner, editorBaseType, true); in GetEditor()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DErrorStyle.cs47 object ICustomTypeDescriptor.GetEditor(Type editorBaseType) { in ICustomTypeDescriptor.GetEditor() argument
48 return TypeDescriptor.GetEditor(this, editorBaseType, true); in ICustomTypeDescriptor.GetEditor()
H A DErrorTableItemStyle.cs45 object ICustomTypeDescriptor.GetEditor(Type editorBaseType) { in ICustomTypeDescriptor.GetEditor() argument
46 return TypeDescriptor.GetEditor(this, editorBaseType, true); in ICustomTypeDescriptor.GetEditor()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DForwardingPropertyDescriptor.cs103 public override object GetEditor(Type editorBaseType) in GetEditor() argument
105 return root.GetEditor(editorBaseType); in GetEditor()
H A DDynamicPropertyComponent.cs79 public object GetEditor(Type editorBaseType) in GetEditor() argument
81 return TypeDescriptor.GetEditor(GetType(), editorBaseType); in GetEditor()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DForwardingPropertyDescriptor.cs103 public override object GetEditor(Type editorBaseType) in GetEditor() argument
105 return root.GetEditor(editorBaseType); in GetEditor()
H A DDynamicPropertyComponent.cs79 public object GetEditor(Type editorBaseType) in GetEditor() argument
81 return TypeDescriptor.GetEditor(GetType(), editorBaseType); in GetEditor()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DForwardingPropertyDescriptor.cs103 public override object GetEditor(Type editorBaseType) in GetEditor() argument
105 return root.GetEditor(editorBaseType); in GetEditor()
H A DDynamicPropertyComponent.cs79 public object GetEditor(Type editorBaseType)
81 return TypeDescriptor.GetEditor(GetType(), editorBaseType);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DWebPartMenuStyle.cs164 object ICustomTypeDescriptor.GetEditor(Type editorBaseType) { in ICustomTypeDescriptor.GetEditor() argument
165 return TypeDescriptor.GetEditor(this, editorBaseType, true); in ICustomTypeDescriptor.GetEditor()

123456