4 references to CopyPixels
PresentationCore (2)
System\Windows\Media\Imaging\BitmapSource.cs (2)
370
CopyPixels
(sourceRect, pixels, stride, offset);
1827
bitmapSource.
CopyPixels
(rc, managedArray, rectRowSize, 0);
PresentationCore.Tests (2)
System\Windows\ClipboardTests.cs (2)
186
result.
CopyPixels
(new Int32Rect(1, 2, 1, 1), resultColorData, 4, 0);
195
result.
CopyPixels
(new Int32Rect(1, 2, 1, 1), resultColorData, 4, 0);