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