1 instantiation of WriteableBitmap
PresentationCore (1)
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
571return new WriteableBitmap();
16 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(); 579WriteableBitmap sourceBitmap = (WriteableBitmap) sourceFreezable; 665WriteableBitmap sourceBitmap = (WriteableBitmap) sourceFreezable; 677WriteableBitmap sourceBitmap = (WriteableBitmap)sourceFreezable; 689WriteableBitmap sourceBitmap = (WriteableBitmap)sourceFreezable; 997private void CopyCommon(WriteableBitmap sourceBitmap)
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
837case 743: t = () => typeof(WriteableBitmap); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11333typeof(System.Windows.Media.Imaging.WriteableBitmap),
System\Windows\Markup\KnownTypes.cs (1)
6297case KnownElements.WriteableBitmap: t = typeof(System.Windows.Media.Imaging.WriteableBitmap); break;