2 references to _syncRoot
PresentationFramework (2)
MS\Internal\Utility\MonitorWrapper.cs (2)
22
Monitor.Enter(
_syncRoot
);
31
Monitor.Exit(
_syncRoot
);