1 write to _collection
WindowsBase (1)
Base\MS\Internal\ObservableCollectionDefaultValueFactory.cs (1)
87_collection = collection;
4 references to _collection
WindowsBase (4)
Base\MS\Internal\ObservableCollectionDefaultValueFactory.cs (4)
88_collection.CollectionChanged += OnDefaultValueChanged; 106_owner.SetValue(_property.DependencyPropertyKey, _collection); 110_owner.SetValue(_property, _collection); 115_collection.CollectionChanged -= OnDefaultValueChanged;