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