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;