System\Xaml\XamlObjectReader.cs (11)
59var rootObject = ObjectMarkupInfo.ForObject(instance, context, null, true);
439objInfo = ObjectMarkupInfo.ForObject(entry.Value, context);
453keyValue = ObjectMarkupInfo.ForObject(entry.Key, context, tc);
747ObjectMarkupInfo itemInfo = ObjectMarkupInfo.ForObject(itemValue, context);
882valueInfo = ObjectMarkupInfo.ForObject(propertyValue, context);
902valueInfo = ObjectMarkupInfo.ForObject(propertyValue, context, propertyConverter);
1319argumentsProperty.Children.Add(ForObject(argument, context));
1359objectInfo = ForObject(meObject, context);
1812items.Children.Add(ForObject(item, context));
1970objectInfo = ForObject(value, context);
1975objectInfo = ForObject(new TypeExtension(type), context);