3 references to CriticalCopyPixels
PresentationCore (3)
System\Windows\Media\Imaging\BitmapSource.cs (2)
393
CriticalCopyPixels
(sourceRect, buffer, bufferSize, stride);
672
CriticalCopyPixels
(sourceRect, (nint)pixelArray, destBufferSize, stride);
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
756
source.
CriticalCopyPixels
(rcFull, _backBuffer, bufferSize, _backBufferStride);