3 references to AttributeType
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Metadata\MetadataStore.cs (3)
1494bool haveSeenBefore = _seenAttributes.ContainsKey(attrData.AttributeType); 1511if (attrData.AttributeType.Equals(typeof(TypeDescriptionProviderAttribute))) 1515_seenAttributes[attrData.AttributeType] = attr;