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