2 writes to _lockCount
PresentationCore (2)
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
307--_lockCount; 677++_lockCount;
7 references to _lockCount
PresentationCore (7)
Core\CSharp\System\Windows\Interop\D3DImage.cs (7)
173if (_lockCount == 0) 302if (_lockCount == 0) 309if (_isDirty && _lockCount == 0) 342if (_lockCount == 0) 655if (_lockCount == UInt32.MaxValue) 660if (_lockCount == 0) 743Debug.Assert(_lockCount == 0);