2 overrides of Add
System.Xaml (2)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
316
public override void
Add
(object collection, XamlType collectionType, object value, XamlType valueXamlType)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
61
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)
1817
Runtime.
Add
(parentCollection, collectionType, value, currentType);
2681
Runtime.
Add
(instance, instanceType, pendingAdd.Item, pendingAdd.ItemType);