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