1 instantiation of WriteableBitmap
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
657return new WriteableBitmap();
16 references to WriteableBitmap
PresentationCore (13)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (13)
227public new WriteableBitmap Clone() 229return (WriteableBitmap)base.Clone(); 235public new WriteableBitmap CloneCurrentValue() 237return (WriteableBitmap)base.CloneCurrentValue(); 670WriteableBitmap sourceBitmap = (WriteableBitmap) sourceFreezable; 766WriteableBitmap sourceBitmap = (WriteableBitmap) sourceFreezable; 783WriteableBitmap sourceBitmap = (WriteableBitmap)sourceFreezable; 800WriteableBitmap sourceBitmap = (WriteableBitmap)sourceFreezable; 1190private void CopyCommon(WriteableBitmap sourceBitmap)
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
835case 743: t = () => typeof(WriteableBitmap); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11331typeof(System.Windows.Media.Imaging.WriteableBitmap),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6287case KnownElements.WriteableBitmap: t = typeof(System.Windows.Media.Imaging.WriteableBitmap); break;