8 instantiations of WriteableBitmap
PresentationCore (1)
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
553
return new
WriteableBitmap
();
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);
23 references to WriteableBitmap
PresentationCore (13)
System\Windows\Media\Imaging\WriteableBitmap.cs (13)
183
public new
WriteableBitmap
Clone()
185
return (
WriteableBitmap
)base.Clone();
191
public new
WriteableBitmap
CloneCurrentValue()
193
return (
WriteableBitmap
)base.CloneCurrentValue();
561
WriteableBitmap
sourceBitmap = (
WriteableBitmap
) sourceFreezable;
647
WriteableBitmap
sourceBitmap = (
WriteableBitmap
) sourceFreezable;
659
WriteableBitmap
sourceBitmap = (
WriteableBitmap
)sourceFreezable;
671
WriteableBitmap
sourceBitmap = (
WriteableBitmap
)sourceFreezable;
979
private void CopyCommon(
WriteableBitmap
sourceBitmap)
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);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
836
case 743: t = () => typeof(
WriteableBitmap
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12590
typeof(System.Windows.Media.Imaging.
WriteableBitmap
),
System\Windows\Markup\KnownTypes.cs (1)
6290
case KnownElements.WriteableBitmap: t = typeof(System.Windows.Media.Imaging.
WriteableBitmap
); break;