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