3 references to attributeInfo
System.Activities.Presentation (3)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\AttributeConverter.cs (3)
30
AttributeConverter<TAttribute, TAttributeInfo>.attributeConstructor = this.
attributeInfo
.GetConstructor();
64
ICollection arguments = this.
attributeInfo
.GetConstructorArguments(attribute, ref constructor);
65
return new InstanceDescriptor(constructor, arguments, this.
attributeInfo
.IsComplete);