2 overrides of DetachFromSourceCollection
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
367
public override void
DetachFromSourceCollection
()
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
196
public override void
DetachFromSourceCollection
()
3 references to DetachFromSourceCollection
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
383
base.
DetachFromSourceCollection
();
src\Framework\MS\Internal\Data\ViewManager.cs (1)
266
cv.
DetachFromSourceCollection
();
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
205
base.
DetachFromSourceCollection
();