2 overrides of Add
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
316public override void Add(object collection, XamlType collectionType, object value, XamlType valueXamlType)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
61public override void Add(object collection, XamlType collectionType, object value, XamlType valueXamlType)
2 references to Add
System.Xaml (2)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (2)
1817Runtime.Add(parentCollection, collectionType, value, currentType); 2681Runtime.Add(instance, instanceType, pendingAdd.Item, pendingAdd.ItemType);