8 references to GetConstructorArgument
System.Xaml (8)
System\Xaml\XamlObjectReader.cs (5)
1619
if (context.IsPropertyReadVisible(p) && !string.IsNullOrEmpty(
GetConstructorArgument
(p)))
1626
if (context.IsPropertyReadVisible(p) && !string.IsNullOrEmpty(
GetConstructorArgument
(p)))
1650
(
GetConstructorArgument
(potentialProperty) == paraminfo.Name))
2100
if (!string.IsNullOrEmpty(
GetConstructorArgument
(property)))
2104
if (parameter.Name ==
GetConstructorArgument
(property) &&
System\Xaml\XamlXmlWriter.cs (3)
1914
(XamlObjectReader.
GetConstructorArgument
(potentialProperty) == paraminfo.Name))
1983
if (!string.IsNullOrEmpty(XamlObjectReader.
GetConstructorArgument
(p)))
1990
if (!string.IsNullOrEmpty(XamlObjectReader.
GetConstructorArgument
(p)))