6 references to Create
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
NavigateTo\AbstractNavigateToTests.cs (1)
218
return BitmapSource.
Create
(16, 16, 96, 96, PixelFormats.Bgr32, null, new byte[16 * stride], stride);
PresentationCore (2)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
133
BitmapSource source = BitmapSource.
Create
(
System\Windows\Media\Imaging\BitmapSource.cs (1)
1000
WicSourceHandle =
Create
(1, 1, 96, 96, PixelFormats.Pbgra32, null, pixels, 4).WicSourceHandle;
ReachFramework (3)
AlphaFlattener\Flattener.cs (1)
1403
source = BitmapSource.
Create
(source.PixelWidth, source.PixelHeight,
AlphaFlattener\ImageProxy.cs (2)
430
return BitmapSource.
Create
(_pixelWidth, _pixelHeight, _image.DpiX, _image.DpiY, PixelFormats.Pbgra32, null, _pixels, _pixelWidth * 4);
511
result = BitmapSource.
Create
(