9 instantiations of ConstructorArgument
PresentationFramework (4)
System\Windows\Data\RelativeSource.cs (1)
142
[
ConstructorArgument
("mode")]
System\Windows\DynamicResourceExtension.cs (1)
76
[
ConstructorArgument
("resourceKey")] // Uses an instance descriptor
System\Windows\StaticResourceExtension.cs (1)
64
[
ConstructorArgument
("resourceKey")]
System\Windows\TemplateBindingExtension.cs (1)
66
[
ConstructorArgument
("property")]
System.Xaml (4)
System\Windows\Markup\ArrayExtension.cs (1)
66
[
ConstructorArgument
("type")]
System\Windows\Markup\Reference.cs (1)
22
[
ConstructorArgument
("name")]
System\Windows\Markup\StaticExtension.cs (1)
156
[
ConstructorArgument
("member")]
System\Windows\Markup\TypeExtension.cs (1)
104
[
ConstructorArgument
("type")]
System.Xaml.Tests (1)
System\Windows\Markup\ConstructorArgumentAttributeTests.cs (1)
16
var attribute = new
ConstructorArgumentAttribute
(argumentName);
7 references to ConstructorArgument
PresentationFramework (3)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (3)
127
ConstructorArgumentAttribute
constructorArgumentAttribute = descriptor.Attributes[typeof(
ConstructorArgumentAttribute
)] as
ConstructorArgumentAttribute
;
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (2)
110
if (attributeType == typeof(
ConstructorArgumentAttribute
))
112
return ((
ConstructorArgumentAttribute
)attributes[0]).ArgumentName;
System\Xaml\XamlMember.cs (1)
996
result = _reflector.GetAttributeString(typeof(
ConstructorArgumentAttribute
), out _);
System.Xaml.Tests (1)
System\Windows\Markup\ConstructorArgumentAttributeTests.cs (1)
16
var
attribute = new ConstructorArgumentAttribute(argumentName);