3 writes to _editors
System.ComponentModel.TypeConverter (3)
System\ComponentModel\PropertyDescriptor.cs (3)
248
_editors
= null;
335
_editors
= new object[5];
345
_editors
= newEditors;
5 references to _editors
System.ComponentModel.TypeConverter (5)
System\ComponentModel\PropertyDescriptor.cs (5)
299
return
_editors
![i];
341
object[] newEditors = new object[
_editors
!.Length * 2];
343
Array.Copy(
_editors
, newEditors,
_editors
.Length);
349
_editors
![_editorCount++] = editor;