11 references to GetValue
System.Xaml (11)
System\Xaml\Context\ObjectWriterContext.cs (1)
395value = _runtime.GetValue(inst, prop);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
304object inst = Runtime.GetValue(parentInstance, parentProperty); 1057object key = Runtime.GetValue(instance, keyProperty);
System\Xaml\XamlObjectReader.cs (8)
406propertyValue = context.Runtime.GetValue(sourceOrValue, property); 488object dkpObject = context.Runtime.GetValue(entry.Value, dkp); 592var serializer = (IXmlSerializable)context.Runtime.GetValue(source, property); 644var propertyValue = context.Runtime.GetValue(source, xamlProperty); 713propertyValue = context.Runtime.GetValue(sourceOrValue, property); 934object actualValue = context.Runtime.GetValue(source, property); 1667constructorArguments.Add(context.Runtime.GetValue(value, matchingProperty)); 2738runtimeName = Runtime.GetValue(objectToName, runtimeNameProperty) as string;