8 references to GetConstructorArgument
System.Xaml (8)
System\Xaml\XamlObjectReader.cs (5)
1627
if (context.IsPropertyReadVisible(p) && !string.IsNullOrEmpty(
GetConstructorArgument
(p)))
1635
if (context.IsPropertyReadVisible(p) && !string.IsNullOrEmpty(
GetConstructorArgument
(p)))
1659
(
GetConstructorArgument
(potentialProperty) == paraminfo.Name))
2113
if (!string.IsNullOrEmpty(
GetConstructorArgument
(property)))
2117
if (parameter.Name ==
GetConstructorArgument
(property) &&
System\Xaml\XamlXmlWriter.cs (3)
1953
(XamlObjectReader.
GetConstructorArgument
(potentialProperty) == paraminfo.Name))
2023
if (!string.IsNullOrEmpty(XamlObjectReader.
GetConstructorArgument
(p)))
2031
if (!string.IsNullOrEmpty(XamlObjectReader.
GetConstructorArgument
(p)))