2 writes to _runtime
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
38
_runtime
= runtime;
106
_runtime
= runtime;
4 references to _runtime
System.Xaml (4)
System\Xaml\Context\ObjectWriterContext.cs (4)
143
return
_runtime
;
393
value =
_runtime
.GetValue(inst, prop);
913
XAML3.INameScope nameScope = (XAML3.INameScope)
_runtime
.GetValue(inst, nameScopeProperty, false);
917
_runtime
.SetValue(inst, nameScopeProperty, nameScopeDictionary);