1 write to _editor
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (1)
30
_editor
= editor.OrThrowIfNull();
12 references to _editor
System.Windows.Forms.Design (12)
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (12)
36
protected Type CollectionItemType =>
_editor
.CollectionItemType;
41
protected Type CollectionType =>
_editor
.CollectionType;
52
bool editable = typeof(IList).IsAssignableFrom(
_editor
.CollectionType);
70
protected ITypeDescriptorContext? Context =>
_editor
.Context;
91
get =>
_editor
.GetItems(EditValue);
110
object? newValue =
_editor
.SetItems(EditValue, value);
124
protected Type[] NewItemTypes =>
_editor
.NewItemTypes;
129
protected bool CanRemoveInstance(object value) =>
_editor
.CanRemoveInstance(value);
134
protected virtual bool CanSelectMultipleInstances() =>
_editor
.CanSelectMultipleInstances();
139
protected object CreateInstance(Type itemType) =>
_editor
.CreateInstance(itemType);
144
protected void DestroyInstance(object instance) =>
_editor
.DestroyInstance(instance);
177
protected override object? GetService(Type serviceType) =>
_editor
.GetService(serviceType);