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