Base:
method
GetValue
MS.Internal.Xaml.Runtime.XamlRuntime.GetValue(System.Object, System.Xaml.XamlMember, System.Boolean)
3 references to GetValue
System.Xaml (3)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
550
object propInstance =
GetValue
(inst, property, true);
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
299
return _transparentRuntime.
GetValue
(obj, property, failIfWriteOnly);
318
return _elevatedRuntime.
GetValue
(obj, property, failIfWriteOnly);