2 writes to _lockCount
PresentationCore (2)
System\Windows\InterOp\D3DImage.cs (2)
261--_lockCount; 607++_lockCount;
7 references to _lockCount
PresentationCore (7)
System\Windows\InterOp\D3DImage.cs (7)
127if (_lockCount == 0) 256if (_lockCount == 0) 263if (_isDirty && _lockCount == 0) 291if (_lockCount == 0) 585if (_lockCount == UInt32.MaxValue) 590if (_lockCount == 0) 661Debug.Assert(_lockCount == 0);