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)
527
object propInstance =
GetValue
(inst, property, true);
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (2)
291
return _transparentRuntime.
GetValue
(obj, property, failIfWriteOnly);
309
return _elevatedRuntime.
GetValue
(obj, property, failIfWriteOnly);