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)
49return _transparentRuntime.LineInfo; 53_transparentRuntime.LineInfo = value; 63_transparentRuntime.Add(collection, collectionType, value, valueXamlType); 68_transparentRuntime.AddToDictionary(collection, dictionaryType, value, valueXamlType, key); 74return _transparentRuntime.CallProvideValue(me, serviceProvider); 83return _transparentRuntime.CreateFromValue(serviceContext, ts, value, property); 104return _transparentRuntime.AttachedPropertyCount(instance); 109return _transparentRuntime.GetAttachedProperties(instance); 114return _transparentRuntime.CanConvertToString(context, serializer, instance); 119return _transparentRuntime.CanConvertFrom<T>(context, converter); 124return _transparentRuntime.CanConvertTo(context, converter, type); 129return _transparentRuntime.ConvertToString(context, serializer, instance); 134return _transparentRuntime.ConvertToValue<T>(context, converter, instance); 143return _transparentRuntime.CreateInstance(xamlType, args); 174return _transparentRuntime.CreateWithFactoryMethod(xamlType, methodName, args); 205return _transparentRuntime.DeferredLoad(serviceContext, deferringLoader, deferredContent); 237return _transparentRuntime.DeferredSave(context, deferringLoader, value); 271return _transparentRuntime.GetConverterInstance(converter); 299return _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); 401return _transparentRuntime.ShouldSerialize(member, instance); 406return _transparentRuntime.GetCollectionItems(collection, collectionType); 411return _transparentRuntime.GetDictionaryItems(dictionary, dictionaryType); 432_transparentRuntime.GetSettings(), _schemaContext, _accessLevel)