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