3 writes to _hasDirtyRects
PresentationCore (3)
System\Windows\Media\Imaging\WriteableBitmap.cs (3)
191_hasDirtyRects = true; 625_hasDirtyRects = false; 1371_hasDirtyRects = false;
3 references to _hasDirtyRects
PresentationCore (3)
System\Windows\Media\Imaging\WriteableBitmap.cs (3)
336if (_hasDirtyRects) 1180if (!channel.IsSynchronous && _hasDirtyRects) 1309Debug.Assert(_hasDirtyRects); // How else are we here?