4 instantiations of InteropBitmap
PresentationCore (4)
Core\CSharp\System\Windows\Interop\Imaging.cs (3)
77return new InteropBitmap(bitmap, palette, sourceRect, sizeOptions, alphaOptions); // use the critical version 106return new InteropBitmap(icon, sourceRect, sizeOptions); 141return new InteropBitmap(section, pixelWidth, pixelHeight, format, stride, offset);
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
197return new InteropBitmap();
9 references to InteropBitmap
PresentationCore (9)
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (9)
208private void CopyCommon(InteropBitmap sourceBitmapSource) 231InteropBitmap sourceBitmapSource = (InteropBitmap)sourceFreezable; 248InteropBitmap sourceBitmapSource = (InteropBitmap)sourceFreezable; 266InteropBitmap sourceBitmapSource = (InteropBitmap)sourceFreezable; 284InteropBitmap sourceBitmapSource = (InteropBitmap)sourceFreezable;