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