1 instantiation of XamlObjectReader
System.Xaml (1)
System\Xaml\XamlServices.cs (1)
188
XamlObjectReader objectReader = new
XamlObjectReader
(instance, writer.SchemaContext);
4 references to XamlObjectReader
System.Xaml (4)
System\Xaml\XamlServices.cs (1)
188
XamlObjectReader
objectReader = new XamlObjectReader(instance, writer.SchemaContext);
System\Xaml\XamlXmlWriter.cs (3)
1916
(
XamlObjectReader
.GetConstructorArgument(potentialProperty) == paraminfo.Name))
1985
if (!string.IsNullOrEmpty(
XamlObjectReader
.GetConstructorArgument(p)))
1992
if (!string.IsNullOrEmpty(
XamlObjectReader
.GetConstructorArgument(p)))