3 references to _currentChangedMonitor
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1024
if (
_currentChangedMonitor
.Busy)
1042
if (CurrentChanged != null &&
_currentChangedMonitor
.Enter())
1044
using (
_currentChangedMonitor
)