1 write to ArgumentName
System.Xaml (1)
System\Windows\Markup\ConstructorArgumentAttribute.cs (1)
24ArgumentName = argumentName;
3 references to ArgumentName
PresentationFramework (1)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
140if (constructorArgumentAttribute != null && constructorArguments.ContainsKey(constructorArgumentAttribute.ArgumentName))
System.Xaml (1)
System\Xaml\Schema\Reflector.cs (1)
106return ((ConstructorArgumentAttribute)attributes[0]).ArgumentName;
System.Xaml.Tests (1)
System\Windows\Markup\ConstructorArgumentAttributeTests.cs (1)
17Assert.Equal(argumentName, attribute.ArgumentName);