2 references to _syncRoot
PresentationFramework (2)
src\Framework\MS\Internal\Utility\MonitorWrapper.cs (2)
28
Monitor.Enter(
_syncRoot
);
37
Monitor.Exit(
_syncRoot
);