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