2 overrides of AddToDictionary
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
317
public override void
AddToDictionary
(object collection, XamlType dictionaryType, object value, XamlType valueXamlType, object key)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
68
public override void
AddToDictionary
(object collection, XamlType dictionaryType, object value, XamlType valueXamlType, object key)
3 references to AddToDictionary
System.Xaml (3)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (3)
1835
Runtime.
AddToDictionary
(ctx.ParentCollection, ctx.ParentType, value, ctx.CurrentType, key);
1877
Runtime.
AddToDictionary
(ctx.ParentCollection, ctx.ParentType, value, ctx.CurrentType, key);
2602
Runtime.
AddToDictionary
(instance, instanceType, pendingAdd.Item, itemType, pendingAdd.Key);