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