System\Xaml\XamlObjectReader.cs (11)
54var rootObject = ObjectMarkupInfo.ForObject(instance, context, null, true);
434objInfo = ObjectMarkupInfo.ForObject(entry.Value, context);
448keyValue = ObjectMarkupInfo.ForObject(entry.Key, context, tc);
742ObjectMarkupInfo itemInfo = ObjectMarkupInfo.ForObject(itemValue, context);
877valueInfo = ObjectMarkupInfo.ForObject(propertyValue, context);
897valueInfo = ObjectMarkupInfo.ForObject(propertyValue, context, propertyConverter);
1314argumentsProperty.Children.Add(ForObject(argument, context));
1354objectInfo = ForObject(meObject, context);
1807items.Children.Add(ForObject(item, context));
1965objectInfo = ForObject(value, context);
1970objectInfo = ForObject(new TypeExtension(type), context);