4 instantiations of InteropBitmap
PresentationCore (4)
System\Windows\InterOp\Imaging.cs (3)
57
return new
InteropBitmap
(bitmap, palette, sourceRect, sizeOptions, alphaOptions); // use the critical version
80
return new
InteropBitmap
(icon, sourceRect, sizeOptions);
109
return new
InteropBitmap
(section, pixelWidth, pixelHeight, format, stride, offset);
System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
141
return new
InteropBitmap
();
12 references to InteropBitmap
PresentationCore (9)
System\Windows\Media\Imaging\InteropBitmapSource.cs (9)
148
private void CopyCommon(
InteropBitmap
sourceBitmapSource)
166
InteropBitmap
sourceBitmapSource = (
InteropBitmap
)sourceFreezable;
178
InteropBitmap
sourceBitmapSource = (
InteropBitmap
)sourceFreezable;
191
InteropBitmap
sourceBitmapSource = (
InteropBitmap
)sourceFreezable;
204
InteropBitmap
sourceBitmapSource = (
InteropBitmap
)sourceFreezable;
PresentationCore.Tests (3)
System\Windows\ClipboardTests.cs (3)
194
InteropBitmap
result = Clipboard.GetImage().Should().BeOfType<
InteropBitmap
>().Subject;
204
result = Clipboard.GetImage().Should().BeOfType<
InteropBitmap
>().Subject;