2 writes to editorCount
System (2)
compmod\system\componentmodel\PropertyDescriptor.cs (2)
237editorCount = 0; 343editors[editorCount++] = editor;
3 references to editorCount
System (3)
compmod\system\componentmodel\PropertyDescriptor.cs (3)
292for (int i = 0; i < editorCount; i++) { 333if (editorCount >= editorTypes.Length) { 342editorTypes[editorCount] = editorBaseType;