11 references to GetValue
System.Xaml (11)
System\Xaml\Context\ObjectWriterContext.cs (1)
393value = _runtime.GetValue(inst, prop);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
304object inst = Runtime.GetValue(parentInstance, parentProperty); 1079object key = Runtime.GetValue(instance, keyProperty);
System\Xaml\XamlObjectReader.cs (8)
402propertyValue = context.Runtime.GetValue(sourceOrValue, property); 484object dkpObject = context.Runtime.GetValue(entry.Value, dkp); 589var serializer = (IXmlSerializable)context.Runtime.GetValue(source, property); 641var propertyValue = context.Runtime.GetValue(source, xamlProperty); 705propertyValue = context.Runtime.GetValue(sourceOrValue, property); 928object actualValue = context.Runtime.GetValue(source, property); 1671constructorArguments.Add(context.Runtime.GetValue(value, matchingProperty)); 2752runtimeName = Runtime.GetValue(objectToName, runtimeNameProperty) as string;