1 write to typeIds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
3142typeIds = new Hashtable();
3 references to typeIds
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (3)
3141if (typeIds == null) { 3146result = typeIds[typeId] as string; 3151typeIds[typeId] = result;