3 writes to _editorTypes
System.ComponentModel.TypeConverter (3)
System\ComponentModel\PropertyDescriptor.cs (3)
249
_editorTypes
= null;
334
_editorTypes
= new Type[5];
344
_editorTypes
= newTypes;
8 references to _editorTypes
System.ComponentModel.TypeConverter (8)
System\ComponentModel\PropertyDescriptor.cs (8)
293
if (
_editorTypes
!= null)
297
if (
_editorTypes
[i] == editorBaseType)
332
if (
_editorTypes
== null)
338
if (_editorCount >=
_editorTypes
.Length)
340
Type[] newTypes = new Type[
_editorTypes
.Length * 2];
342
Array.Copy(
_editorTypes
, newTypes,
_editorTypes
.Length);
348
_editorTypes
[_editorCount] = editorBaseType;