1 write to ArgumentName
System.Xaml (1)
System\Windows\Markup\ConstructorArgumentAttribute.cs (1)
23
ArgumentName
= argumentName;
2 references to ArgumentName
PresentationFramework (1)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
128
if (constructorArgumentAttribute != null && constructorArguments.ContainsKey(constructorArgumentAttribute.
ArgumentName
))
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
112
return ((ConstructorArgumentAttribute)attributes[0]).
ArgumentName
;