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