1 write to _foundAttributes
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.MergedAttributeCollection.cs (1)
63
_foundAttributes
??= [];
3 references to _foundAttributes
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.MergedAttributeCollection.cs (3)
40
if (
_foundAttributes
is not null
41
&&
_foundAttributes
.TryGetValue(attributeType, out Attribute? value))
66
_foundAttributes
[attributeType] = value;