4 instantiations of InteropBitmap
PresentationCore (4)
System\Windows\InterOp\Imaging.cs (3)
58return new InteropBitmap(bitmap, palette, sourceRect, sizeOptions, alphaOptions); // use the critical version 81return new InteropBitmap(icon, sourceRect, sizeOptions); 110return new InteropBitmap(section, pixelWidth, pixelHeight, format, stride, offset);
System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
146return new InteropBitmap();
9 references to InteropBitmap
PresentationCore (9)
System\Windows\Media\Imaging\InteropBitmapSource.cs (9)
153private void CopyCommon(InteropBitmap sourceBitmapSource) 171InteropBitmap sourceBitmapSource = (InteropBitmap)sourceFreezable; 183InteropBitmap sourceBitmapSource = (InteropBitmap)sourceFreezable; 196InteropBitmap sourceBitmapSource = (InteropBitmap)sourceFreezable; 209InteropBitmap sourceBitmapSource = (InteropBitmap)sourceFreezable;