8 references to GetConstructorArgument
System.Xaml (8)
System\Xaml\XamlObjectReader.cs (5)
1624if (context.IsPropertyReadVisible(p) && !string.IsNullOrEmpty(GetConstructorArgument(p))) 1631if (context.IsPropertyReadVisible(p) && !string.IsNullOrEmpty(GetConstructorArgument(p))) 1655(GetConstructorArgument(potentialProperty) == paraminfo.Name)) 2105if (!string.IsNullOrEmpty(GetConstructorArgument(property))) 2109if (parameter.Name == GetConstructorArgument(property) &&
System\Xaml\XamlXmlWriter.cs (3)
1916(XamlObjectReader.GetConstructorArgument(potentialProperty) == paraminfo.Name)) 1985if (!string.IsNullOrEmpty(XamlObjectReader.GetConstructorArgument(p))) 1992if (!string.IsNullOrEmpty(XamlObjectReader.GetConstructorArgument(p)))