1 write to _transparentRuntime
System.Xaml (1)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
42_transparentRuntime = new ClrObjectRuntime(runtimeSettings, true /*isWriter*/);
28 references to _transparentRuntime
System.Xaml (28)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (28)
51return _transparentRuntime.LineInfo; 55_transparentRuntime.LineInfo = value; 65_transparentRuntime.Add(collection, collectionType, value, valueXamlType); 70_transparentRuntime.AddToDictionary(collection, dictionaryType, value, valueXamlType, key); 76return _transparentRuntime.CallProvideValue(me, serviceProvider); 85return _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); 172return _transparentRuntime.CreateWithFactoryMethod(xamlType, methodName, args); 201return _transparentRuntime.DeferredLoad(serviceContext, deferringLoader, deferredContent); 232return _transparentRuntime.DeferredSave(context, deferringLoader, value); 265return _transparentRuntime.GetConverterInstance(converter); 291return _transparentRuntime.GetValue(obj, property, failIfWriteOnly); 315_transparentRuntime.InitializationGuard(xamlType, obj, begin); 321_transparentRuntime.SetConnectionId(root, connectionId, instance); 327_transparentRuntime.SetUriBase(xamlType, obj, baseUri); 336_transparentRuntime.SetValue(obj, property, value); 364_transparentRuntime.SetXmlInstance(inst, property, xData); 390return _transparentRuntime.ShouldSerialize(member, instance); 395return _transparentRuntime.GetCollectionItems(collection, collectionType); 400return _transparentRuntime.GetDictionaryItems(dictionary, dictionaryType); 421_transparentRuntime.GetSettings(), _schemaContext, _accessLevel);