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