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