11 references to GetValue
System.Xaml (11)
System\Xaml\Context\ObjectWriterContext.cs (1)
391value = _runtime.GetValue(inst, prop);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
303object inst = Runtime.GetValue(parentInstance, parentProperty); 1078object key = Runtime.GetValue(instance, keyProperty);
System\Xaml\XamlObjectReader.cs (8)
401propertyValue = context.Runtime.GetValue(sourceOrValue, property); 483object dkpObject = context.Runtime.GetValue(entry.Value, dkp); 588var serializer = (IXmlSerializable)context.Runtime.GetValue(source, property); 640var propertyValue = context.Runtime.GetValue(source, xamlProperty); 704propertyValue = context.Runtime.GetValue(sourceOrValue, property); 927object actualValue = context.Runtime.GetValue(source, property); 1670constructorArguments.Add(context.Runtime.GetValue(value, matchingProperty)); 2751runtimeName = Runtime.GetValue(objectToName, runtimeNameProperty) as string;