3 references to
WindowsBase (3)
Shared\MS\Internal\CopyOnWriteList.cs (1)
32public CopyOnWriteList() : this(null)
Shared\MS\Internal\WeakReferenceList.cs (2)
32public WeakReferenceList():base(null) 36public WeakReferenceList(object syncRoot):base(syncRoot)