3 writes to _hasDirtyRects
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (3)
217_hasDirtyRects = true; 704_hasDirtyRects = false; 1568_hasDirtyRects = false;
3 references to _hasDirtyRects
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (3)
374if (_hasDirtyRects) 1366if (!channel.IsSynchronous && _hasDirtyRects) 1506Debug.Assert(_hasDirtyRects); // How else are we here?