2 references to s_typeIds
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\AttributeTypeSorter.cs (2)
28
if (
s_typeIds
.TryGetValue(attribute, out string? result))
42
s_typeIds
.AddOrUpdate(attribute, result ?? string.Empty);