2 instantiations of WriteableBitmap
PresentationCore (1)
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
560
return new
WriteableBitmap
();
PresentationCore.Tests (1)
System\Windows\ClipboardTests.cs (1)
173
WriteableBitmap bitmap =
new
(10, 10, 96, 96, PixelFormats.Bgra32, palette: null);
17 references to WriteableBitmap
PresentationCore (13)
System\Windows\Media\Imaging\WriteableBitmap.cs (13)
184
public new
WriteableBitmap
Clone()
186
return (
WriteableBitmap
)base.Clone();
192
public new
WriteableBitmap
CloneCurrentValue()
194
return (
WriteableBitmap
)base.CloneCurrentValue();
568
WriteableBitmap
sourceBitmap = (
WriteableBitmap
) sourceFreezable;
654
WriteableBitmap
sourceBitmap = (
WriteableBitmap
) sourceFreezable;
666
WriteableBitmap
sourceBitmap = (
WriteableBitmap
)sourceFreezable;
678
WriteableBitmap
sourceBitmap = (
WriteableBitmap
)sourceFreezable;
986
private void CopyCommon(
WriteableBitmap
sourceBitmap)
PresentationCore.Tests (1)
System\Windows\ClipboardTests.cs (1)
173
WriteableBitmap
bitmap = new(10, 10, 96, 96, PixelFormats.Bgra32, palette: null);
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
837
case 743: t = () => typeof(
WriteableBitmap
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12591
typeof(System.Windows.Media.Imaging.
WriteableBitmap
),
System\Windows\Markup\KnownTypes.cs (1)
6291
case KnownElements.WriteableBitmap: t = typeof(System.Windows.Media.Imaging.
WriteableBitmap
); break;