3 references to _currentChangedMonitor
PresentationFramework (3)
src\Framework\System\Windows\Data\CollectionView.cs (3)
1043if (_currentChangedMonitor.Busy) 1061if (CurrentChanged != null && _currentChangedMonitor.Enter()) 1063using (_currentChangedMonitor)