1 write to _seenAttributes
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (1)
1473
_seenAttributes
= new Hashtable();
4 references to _seenAttributes
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (4)
1471
if (
_seenAttributes
== null)
1477
_seenAttributes
.Clear();
1494
bool haveSeenBefore =
_seenAttributes
.ContainsKey(attrData.AttributeType);
1515
_seenAttributes
[attrData.AttributeType] = attr;