1 write to _transparentRuntime
System.Xaml (1)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
40
_transparentRuntime
= new ClrObjectRuntime(runtimeSettings, isWriter: true);
28 references to _transparentRuntime
System.Xaml (28)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (28)
49
return
_transparentRuntime
.LineInfo;
53
_transparentRuntime
.LineInfo = value;
63
_transparentRuntime
.Add(collection, collectionType, value, valueXamlType);
68
_transparentRuntime
.AddToDictionary(collection, dictionaryType, value, valueXamlType, key);
74
return
_transparentRuntime
.CallProvideValue(me, serviceProvider);
83
return
_transparentRuntime
.CreateFromValue(serviceContext, ts, value, property);
104
return
_transparentRuntime
.AttachedPropertyCount(instance);
109
return
_transparentRuntime
.GetAttachedProperties(instance);
114
return
_transparentRuntime
.CanConvertToString(context, serializer, instance);
119
return
_transparentRuntime
.CanConvertFrom<T>(context, converter);
124
return
_transparentRuntime
.CanConvertTo(context, converter, type);
129
return
_transparentRuntime
.ConvertToString(context, serializer, instance);
134
return
_transparentRuntime
.ConvertToValue<T>(context, converter, instance);
143
return
_transparentRuntime
.CreateInstance(xamlType, args);
174
return
_transparentRuntime
.CreateWithFactoryMethod(xamlType, methodName, args);
205
return
_transparentRuntime
.DeferredLoad(serviceContext, deferringLoader, deferredContent);
237
return
_transparentRuntime
.DeferredSave(context, deferringLoader, value);
271
return
_transparentRuntime
.GetConverterInstance(converter);
299
return
_transparentRuntime
.GetValue(obj, property, failIfWriteOnly);
324
_transparentRuntime
.InitializationGuard(xamlType, obj, begin);
330
_transparentRuntime
.SetConnectionId(root, connectionId, instance);
336
_transparentRuntime
.SetUriBase(xamlType, obj, baseUri);
345
_transparentRuntime
.SetValue(obj, property, value);
374
_transparentRuntime
.SetXmlInstance(inst, property, xData);
401
return
_transparentRuntime
.ShouldSerialize(member, instance);
406
return
_transparentRuntime
.GetCollectionItems(collection, collectionType);
411
return
_transparentRuntime
.GetDictionaryItems(dictionary, dictionaryType);
432
_transparentRuntime
.GetSettings(), _schemaContext, _accessLevel)