1 instantiation of WriteableBitmap
PresentationCore (1)
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
571
return new
WriteableBitmap
();
16 references to WriteableBitmap
PresentationCore (13)
System\Windows\Media\Imaging\WriteableBitmap.cs (13)
184
public new
WriteableBitmap
Clone()
186
return (
WriteableBitmap
)base.Clone();
192
public new
WriteableBitmap
CloneCurrentValue()
194
return (
WriteableBitmap
)base.CloneCurrentValue();
579
WriteableBitmap
sourceBitmap = (
WriteableBitmap
) sourceFreezable;
665
WriteableBitmap
sourceBitmap = (
WriteableBitmap
) sourceFreezable;
677
WriteableBitmap
sourceBitmap = (
WriteableBitmap
)sourceFreezable;
689
WriteableBitmap
sourceBitmap = (
WriteableBitmap
)sourceFreezable;
997
private void CopyCommon(
WriteableBitmap
sourceBitmap)
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
837
case 743: t = () => typeof(
WriteableBitmap
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11333
typeof(System.Windows.Media.Imaging.
WriteableBitmap
),
System\Windows\Markup\KnownTypes.cs (1)
6297
case KnownElements.WriteableBitmap: t = typeof(System.Windows.Media.Imaging.
WriteableBitmap
); break;