9 references to ConstructorArgument
PresentationFramework (4)
System\Windows\Data\RelativeSource.cs (1)
144
[
ConstructorArgument
("mode")]
System\Windows\DynamicResourceExtension.cs (1)
80
[
ConstructorArgument
("resourceKey")] // Uses an instance descriptor
System\Windows\StaticResourceExtension.cs (1)
73
[
ConstructorArgument
("resourceKey")]
System\Windows\TemplateBindingExtension.cs (1)
69
[
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)
156
[
ConstructorArgument
("member")]
System\Windows\Markup\TypeExtension.cs (1)
106
[
ConstructorArgument
("type")]
System.Xaml.Tests (1)
System\Windows\Markup\ConstructorArgumentAttributeTests.cs (1)
16
var attribute = new
ConstructorArgumentAttribute
(argumentName);