9 references to 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);