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