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