3 writes to editorTypes
System (3)
compmod\system\componentmodel\PropertyDescriptor.cs (3)
236editorTypes = null; 329editorTypes = new Type[5]; 338editorTypes = newTypes;
8 references to editorTypes
System (8)
compmod\system\componentmodel\PropertyDescriptor.cs (8)
291if (editorTypes != null) { 293if (editorTypes[i] == editorBaseType) { 328if (editorTypes == null) { 333if (editorCount >= editorTypes.Length) { 334Type[] newTypes = new Type[editorTypes.Length * 2]; 336Array.Copy(editorTypes, newTypes, editorTypes.Length); 342editorTypes[editorCount] = editorBaseType;