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