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