3 references to _currentChangedMonitor
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1028if (_currentChangedMonitor.Busy) 1046if (CurrentChanged != null && _currentChangedMonitor.Enter()) 1048using (_currentChangedMonitor)