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)
40if (_foundAttributes is not null 41&& _foundAttributes.TryGetValue(attributeType, out Attribute? value)) 66_foundAttributes[attributeType] = value;