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