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