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