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