3 writes to _hasDirtyRects
PresentationCore (3)
System\Windows\Media\Imaging\WriteableBitmap.cs (3)
174_hasDirtyRects = true; 608_hasDirtyRects = false; 1354_hasDirtyRects = false;
3 references to _hasDirtyRects
PresentationCore (3)
System\Windows\Media\Imaging\WriteableBitmap.cs (3)
319if (_hasDirtyRects) 1163if (!channel.IsSynchronous && _hasDirtyRects) 1292Debug.Assert(_hasDirtyRects); // How else are we here?