3 writes to _hasDirtyRects
PresentationCore (3)
System\Windows\Media\Imaging\WriteableBitmap.cs (3)
173_hasDirtyRects = true; 590_hasDirtyRects = false; 1335_hasDirtyRects = false;
3 references to _hasDirtyRects
PresentationCore (3)
System\Windows\Media\Imaging\WriteableBitmap.cs (3)
318if (_hasDirtyRects) 1145if (!channel.IsSynchronous && _hasDirtyRects) 1273Debug.Assert(_hasDirtyRects); // How else are we here?