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