1 write to _transparentRuntime
System.Xaml (1)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
39
_transparentRuntime
= new ClrObjectRuntime(runtimeSettings, isWriter: true);
28 references to _transparentRuntime
System.Xaml (28)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (28)
48
return
_transparentRuntime
.LineInfo;
52
_transparentRuntime
.LineInfo = value;
59
_transparentRuntime
.Add(collection, collectionType, value, valueXamlType);
64
_transparentRuntime
.AddToDictionary(collection, dictionaryType, value, valueXamlType, key);
70
return
_transparentRuntime
.CallProvideValue(me, serviceProvider);
79
return
_transparentRuntime
.CreateFromValue(serviceContext, ts, value, property);
100
return
_transparentRuntime
.AttachedPropertyCount(instance);
105
return
_transparentRuntime
.GetAttachedProperties(instance);
110
return
_transparentRuntime
.CanConvertToString(context, serializer, instance);
115
return
_transparentRuntime
.CanConvertFrom<T>(context, converter);
120
return
_transparentRuntime
.CanConvertTo(context, converter, type);
125
return
_transparentRuntime
.ConvertToString(context, serializer, instance);
130
return
_transparentRuntime
.ConvertToValue<T>(context, converter, instance);
139
return
_transparentRuntime
.CreateInstance(xamlType, args);
170
return
_transparentRuntime
.CreateWithFactoryMethod(xamlType, methodName, args);
201
return
_transparentRuntime
.DeferredLoad(serviceContext, deferringLoader, deferredContent);
233
return
_transparentRuntime
.DeferredSave(context, deferringLoader, value);
267
return
_transparentRuntime
.GetConverterInstance(converter);
295
return
_transparentRuntime
.GetValue(obj, property, failIfWriteOnly);
320
_transparentRuntime
.InitializationGuard(xamlType, obj, begin);
326
_transparentRuntime
.SetConnectionId(root, connectionId, instance);
332
_transparentRuntime
.SetUriBase(xamlType, obj, baseUri);
341
_transparentRuntime
.SetValue(obj, property, value);
370
_transparentRuntime
.SetXmlInstance(inst, property, xData);
397
return
_transparentRuntime
.ShouldSerialize(member, instance);
402
return
_transparentRuntime
.GetCollectionItems(collection, collectionType);
407
return
_transparentRuntime
.GetDictionaryItems(dictionary, dictionaryType);
428
_transparentRuntime
.GetSettings(), _schemaContext, _accessLevel)