8 references to GetConstructorArgument
System.Xaml (8)
System\Xaml\XamlObjectReader.cs (5)
1626
if (context.IsPropertyReadVisible(p) && !string.IsNullOrEmpty(
GetConstructorArgument
(p)))
1634
if (context.IsPropertyReadVisible(p) && !string.IsNullOrEmpty(
GetConstructorArgument
(p)))
1658
(
GetConstructorArgument
(potentialProperty) == paraminfo.Name))
2112
if (!string.IsNullOrEmpty(
GetConstructorArgument
(property)))
2116
if (parameter.Name ==
GetConstructorArgument
(property) &&
System\Xaml\XamlXmlWriter.cs (3)
1934
(XamlObjectReader.
GetConstructorArgument
(potentialProperty) == paraminfo.Name))
2004
if (!string.IsNullOrEmpty(XamlObjectReader.
GetConstructorArgument
(p)))
2012
if (!string.IsNullOrEmpty(XamlObjectReader.
GetConstructorArgument
(p)))