2 writes to _lockCount
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (2)
274--_lockCount; 620++_lockCount;
7 references to _lockCount
PresentationCore (7)
System\Windows\InterOp\D3DImage.cs (7)
140if (_lockCount == 0) 269if (_lockCount == 0) 276if (_isDirty && _lockCount == 0) 304if (_lockCount == 0) 598if (_lockCount == UInt32.MaxValue) 603if (_lockCount == 0) 674Debug.Assert(_lockCount == 0);