7 references to new
PresentationCore.Tests (7)
System\Windows\ClipboardTests.cs (1)
184
WriteableBitmap bitmap =
new
(10, 10, 96, 96, PixelFormats.Bgra32, palette: null);
System\Windows\Media\Imaging\WriteableBitmap.Tests.cs (6)
26
WriteableBitmap writeableBitmap =
new
(width, height, dpiX, dpiY, PixelFormats.Pbgra32, null);
56
WriteableBitmap writeableBitmap =
new
(width, height, dpiX, dpiY, PixelFormats.Pbgra32, null);
97
WriteableBitmap writeableBitmap =
new
(width, height, dpiX, dpiY, PixelFormats.Pbgra32, null);
138
WriteableBitmap writeableBitmap =
new
(width, height, dpiX, dpiY, PixelFormats.Pbgra32, null);
162
WriteableBitmap writeableBitmap =
new
(width, height, dpiX, dpiY, PixelFormats.Pbgra32, null);
182
WriteableBitmap writeableBitmap =
new
(width, height, dpiX, dpiY, PixelFormats.Pbgra32, null);