2 overrides of GetValue
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
235
public override object
GetValue
(object obj, XamlMember property, bool failIfWriteOnly)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
285
public override object
GetValue
(object obj, XamlMember property, bool failIfWriteOnly)
2 references to GetValue
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (1)
900
XAML3.INameScope nameScope = (XAML3.INameScope)_runtime.
GetValue
(inst, nameScopeProperty, false);
System\Xaml\XamlRuntime.cs (1)
54
return
GetValue
(obj, property, true);