4 references to CopyPixels
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\IconHelper.cs (1)
223
bitmapSource.
CopyPixels
(xor, stride, 0);
src\Framework\System\Windows\Documents\WpfPayload.cs (2)
692
imageSource1.
CopyPixels
(buffer1, stride, /*offset:*/0);
693
imageSource2.
CopyPixels
(buffer2, stride, /*offset:*/0);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerIcons.cs (1)
206
image.
CopyPixels
(pixels, stride, 0);