1 write to foundAttributes
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (1)
658foundAttributes = new Hashtable();
4 references to foundAttributes
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\MergePropertyDescriptor.cs (4)
636if (foundAttributes != null) { 637value = foundAttributes[attributeType] as Attribute; 657if (foundAttributes == null) { 660foundAttributes[attributeType] = value;