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