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