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