3 references to _currentChangedMonitor
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1032
if (
_currentChangedMonitor
.Busy)
1050
if (CurrentChanged != null &&
_currentChangedMonitor
.Enter())
1052
using (
_currentChangedMonitor
)