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