8 references to Add
WindowsBase (8)
Base\System\Windows\DependentList.cs (1)
25base.Add(dep);
Base\System\Windows\Freezable.cs (4)
1261list.Add(new FreezableContextPair(SingletonContext, SingletonContextProperty)); 1388newList.Add(oldList[i]); 1443HandlerList.Add(handler); 1547list.Add(singletonHandler);
Base\System\Windows\WeakEventManager.cs (3)
611_list.Add(new Listener(listener)); 639_list.Add(new Listener(target, handler)); 737_list.Add(listener);