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