11 references to ForObject
System.Xaml (11)
System\Xaml\XamlObjectReader.cs (11)
54var rootObject = ObjectMarkupInfo.ForObject(instance, context, null, true); 435objInfo = ObjectMarkupInfo.ForObject(entry.Value, context); 449keyValue = ObjectMarkupInfo.ForObject(entry.Key, context, tc); 739ObjectMarkupInfo itemInfo = ObjectMarkupInfo.ForObject(itemValue, context); 875valueInfo = ObjectMarkupInfo.ForObject(propertyValue, context); 895valueInfo = ObjectMarkupInfo.ForObject(propertyValue, context, propertyConverter); 1317argumentsProperty.Children.Add(ForObject(argument, context)); 1357objectInfo = ForObject(meObject, context); 1817items.Children.Add(ForObject(item, context)); 1976objectInfo = ForObject(value, context); 1981objectInfo = ForObject(new TypeExtension(type), context);