System\Xaml\XamlObjectReader.cs (11)
53var rootObject = ObjectMarkupInfo.ForObject(instance, context, null, true);
434objInfo = ObjectMarkupInfo.ForObject(entry.Value, context);
448keyValue = ObjectMarkupInfo.ForObject(entry.Key, context, tc);
738ObjectMarkupInfo itemInfo = ObjectMarkupInfo.ForObject(itemValue, context);
874valueInfo = ObjectMarkupInfo.ForObject(propertyValue, context);
894valueInfo = ObjectMarkupInfo.ForObject(propertyValue, context, propertyConverter);
1316argumentsProperty.Children.Add(ForObject(argument, context));
1356objectInfo = ForObject(meObject, context);
1816items.Children.Add(ForObject(item, context));
1975objectInfo = ForObject(value, context);
1980objectInfo = ForObject(new TypeExtension(type), context);