11 references to GetValue
System.Xaml (11)
System\Xaml\Context\ObjectWriterContext.cs (1)
384value = _runtime.GetValue(inst, prop);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
297object inst = Runtime.GetValue(parentInstance, parentProperty); 1050object key = Runtime.GetValue(instance, keyProperty);
System\Xaml\XamlObjectReader.cs (8)
401propertyValue = context.Runtime.GetValue(sourceOrValue, property); 483object dkpObject = context.Runtime.GetValue(entry.Value, dkp); 587var serializer = (IXmlSerializable)context.Runtime.GetValue(source, property); 639var propertyValue = context.Runtime.GetValue(source, xamlProperty); 708propertyValue = context.Runtime.GetValue(sourceOrValue, property); 929object actualValue = context.Runtime.GetValue(source, property); 1662constructorArguments.Add(context.Runtime.GetValue(value, matchingProperty)); 2733runtimeName = Runtime.GetValue(objectToName, runtimeNameProperty) as string;