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)
48return _transparentRuntime.LineInfo; 52_transparentRuntime.LineInfo = value; 59_transparentRuntime.Add(collection, collectionType, value, valueXamlType); 64_transparentRuntime.AddToDictionary(collection, dictionaryType, value, valueXamlType, key); 70return _transparentRuntime.CallProvideValue(me, serviceProvider); 79return _transparentRuntime.CreateFromValue(serviceContext, ts, value, property); 100return _transparentRuntime.AttachedPropertyCount(instance); 105return _transparentRuntime.GetAttachedProperties(instance); 110return _transparentRuntime.CanConvertToString(context, serializer, instance); 115return _transparentRuntime.CanConvertFrom<T>(context, converter); 120return _transparentRuntime.CanConvertTo(context, converter, type); 125return _transparentRuntime.ConvertToString(context, serializer, instance); 130return _transparentRuntime.ConvertToValue<T>(context, converter, instance); 139return _transparentRuntime.CreateInstance(xamlType, args); 170return _transparentRuntime.CreateWithFactoryMethod(xamlType, methodName, args); 201return _transparentRuntime.DeferredLoad(serviceContext, deferringLoader, deferredContent); 233return _transparentRuntime.DeferredSave(context, deferringLoader, value); 267return _transparentRuntime.GetConverterInstance(converter); 295return _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); 397return _transparentRuntime.ShouldSerialize(member, instance); 402return _transparentRuntime.GetCollectionItems(collection, collectionType); 407return _transparentRuntime.GetDictionaryItems(dictionary, dictionaryType); 428_transparentRuntime.GetSettings(), _schemaContext, _accessLevel)