9 instantiations of ConstructorArgument
PresentationFramework (4)
System\Windows\Data\RelativeSource.cs (1)
143[ConstructorArgument("mode")]
System\Windows\DynamicResourceExtension.cs (1)
77[ConstructorArgument("resourceKey")] // Uses an instance descriptor
System\Windows\StaticResourceExtension.cs (1)
65[ConstructorArgument("resourceKey")]
System\Windows\TemplateBindingExtension.cs (1)
67[ConstructorArgument("property")]
System.Xaml (4)
System\Windows\Markup\ArrayExtension.cs (1)
67[ConstructorArgument("type")]
System\Windows\Markup\Reference.cs (1)
23[ConstructorArgument("name")]
System\Windows\Markup\StaticExtension.cs (1)
157[ConstructorArgument("member")]
System\Windows\Markup\TypeExtension.cs (1)
105[ConstructorArgument("type")]
System.Xaml.Tests (1)
System\Windows\Markup\ConstructorArgumentAttributeTests.cs (1)
16var attribute = new ConstructorArgumentAttribute(argumentName);
7 references to ConstructorArgument
PresentationFramework (3)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (3)
128ConstructorArgumentAttribute constructorArgumentAttribute = descriptor.Attributes[typeof(ConstructorArgumentAttribute)] as ConstructorArgumentAttribute;
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (2)
111if (attributeType == typeof(ConstructorArgumentAttribute)) 113return ((ConstructorArgumentAttribute)attributes[0]).ArgumentName;
System\Xaml\XamlMember.cs (1)
996result = _reflector.GetAttributeString(typeof(ConstructorArgumentAttribute), out _);
System.Xaml.Tests (1)
System\Windows\Markup\ConstructorArgumentAttributeTests.cs (1)
16var attribute = new ConstructorArgumentAttribute(argumentName);